Navigation
Unreal Engine C++ API Reference > Runtime > MovieSceneTracks > Systems > UMovieSceneMotionVectorSimulationSystem
References
Module | MovieSceneTracks |
Header | /Engine/Source/Runtime/MovieSceneTracks/Public/Systems/MovieSceneMotionVectorSimulationSystem.h |
Include | #include "Systems/MovieSceneMotionVectorSimulationSystem.h" |
Syntax
struct FSimulatedTransform
Remarks
Transform data relating to a specific object or socket
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FName | SocketName | The socket name to which this relates |
![]() |
FTransform | Transform | The transform for the object |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FSimulatedTransform
(
const FTransform& InTransform, |