feat: 更新插件(CHar)
This commit is contained in:
@@ -10,6 +10,9 @@ bDynamicReplication=False
|
||||
InvalidTagCharacters="\"\',"
|
||||
NumBitsForContainerSize=6
|
||||
NetIndexFirstBitSegment=16
|
||||
+GameplayTagList=(Tag="Gameplay.Action.Camera.Move",DevComment="")
|
||||
+GameplayTagList=(Tag="Gameplay.Action.Camera.Rotate",DevComment="")
|
||||
+GameplayTagList=(Tag="Gameplay.Action.Camera.Zoom",DevComment="")
|
||||
+GameplayTagList=(Tag="Gameplay.Action.Move",DevComment="")
|
||||
+GameplayTagList=(Tag="Gameplay.Action.Run",DevComment="")
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
BIN
Content/Blueprints/Component/BP_Controller.uasset
LFS
Normal file
BIN
Content/Blueprints/Component/BP_Controller.uasset
LFS
Normal file
Binary file not shown.
Binary file not shown.
BIN
Content/Inputs/IA/IA_CameraLeft.uasset
LFS
Normal file
BIN
Content/Inputs/IA/IA_CameraLeft.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Inputs/IA/IA_CameraRight.uasset
LFS
Normal file
BIN
Content/Inputs/IA/IA_CameraRight.uasset
LFS
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Submodule Plugins/CharacterControl updated: 14cdc6324d...8eb8cde913
Submodule Plugins/Dialog updated: 6e3136b10c...5196b06480
@@ -12,3 +12,8 @@ void AMyPlayerController::BeginPlay()
|
||||
{
|
||||
Super::BeginPlay();
|
||||
}
|
||||
|
||||
void AMyPlayerController::CalcCamera(float DeltaTime, FMinimalViewInfo& OutResult)
|
||||
{
|
||||
AActor::CalcCamera(DeltaTime, OutResult);
|
||||
}
|
||||
|
||||
@@ -20,6 +20,6 @@ public:
|
||||
|
||||
protected:
|
||||
virtual void BeginPlay() override;
|
||||
|
||||
virtual void CalcCamera(float DeltaTime, FMinimalViewInfo& OutResult) override;
|
||||
private:
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user