U++ 增强输入:修订历史

跳到导航 跳到搜索

差异选择:选中要对比的版本的单选按钮,按Enter键或下方的按钮。
说明:(当前)=与最后版本之间的差异,(之前)=与上一版本之间的差异,=小编辑。

2025年3月15日 (星期六)

  • 当前之前 18:022025年3月15日 (六) 18:02BrainBs 讨论 贡献 2,901字节 +2,901 创建页面,内容为“<syntaxhighlight lang="cpp"> // Fill out your copyright notice in the Description page of Project Settings. #include "IAPawnTest.h" // Sets default values AIAPawnTest::AIAPawnTest() { // Set this pawn to call Tick() every frame. You can turn this off to improve performance if you don't need it. PrimaryActorTick.bCanEverTick = true; } // Called when the game starts or when spawned void AIAPawnTest::BeginPlay() { Super::BeginPlay(); // 在你的cp…”