WIP - Architecture for brute force animation

+ sequence look / extend / grab / drop
This commit is contained in:
Jb win
2025-05-01 03:11:58 +07:00
parent c6f63317b6
commit 42196c7680
7 changed files with 303 additions and 35 deletions

View File

@ -25,7 +25,11 @@ public:
ERobotsName RobotType = ERobotsName::None; // This value must be set in the pawn
UPROPERTY(EditAnywhere, BlueprintReadWrite) // TODO Remove UPROPERTY once we migrate physics proxy initialization from Pawn
TWeakObjectPtr<AMujocoVolumeActor> PhysicSceneProxy;
TObjectPtr<AMujocoVolumeActor> PhysicSceneProxy;
UPROPERTY(EditAnywhere, BlueprintReadWrite) // TODO Remove UPROPERTY once we migrate physics proxy initialization from Pawn
TObjectPtr<AActor> RobotActor; // My brain is bleeding facing the fact that we have 2 actors...
// -------------------
// ------ PILOT ------