Navigation
Unreal Engine C++ API Reference > Runtime > MovieSceneTracks > Systems > UMovieScenePropertyInstantiatorSystem
References
Module | MovieSceneTracks |
Header | /Engine/Source/Runtime/MovieSceneTracks/Public/Systems/MovieScenePropertyInstantiator.h |
Include | #include "Systems/MovieScenePropertyInstantiator.h" |
Syntax
struct FPropertyParameters
Remarks
Parameter structure passed around when instantiating a specific instance of a property
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
const UE::MovieScene::FPropertyDefinition * | PropertyDefinition | Pointer to the property type definition from FPropertyRegistry |
![]() |
FObjectPropertyInfo * | PropertyInfo | Pointer to the property instance to be animated |
![]() |
int32 | PropertyInfoIndex | The index of the PropertyInfo member within UMovieScenePropertyInstantiatorSystem::ResolvedProperties |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
FContributorKey | ||
![]() ![]() |
void | MakeOutputComponentType
(
const UE::MovieScene::FEntityManager& EntityManager, |