Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks > API/Runtime/MovieSceneTracks/Systems
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMovieSceneEntitySystem
- UMovieSceneEntityInstantiatorSystem
- UMovieScenePropertyInstantiatorSystem
References
Module | MovieSceneTracks |
Header | /Engine/Source/Runtime/MovieSceneTracks/Public/Systems/MovieScenePropertyInstantiator.h |
Include | #include "Systems/MovieScenePropertyInstantiator.h" |
Syntax
class UMovieScenePropertyInstantiatorSystem : public UMovieSceneEntityInstantiatorSystem
Remarks
Class responsible for resolving all property types registered with FBuiltInComponentTypes::PropertyRegistry
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
UMovieScenePropertyInstantiatorSystem
(
const FObjectInitializer& ObjInit |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
UE::MovieScene::FPropertyStats | GetStatsForProperty
(
UE::MovieScene::FCompositePropertyTypeID PropertyID |
Retrieve the stats for a specific property |
![]() |
UE::MovieScene::TRecompositionResult< ValueType > | RecomposeBlend
(
const UE::MovieScene::TPropertyComponents< PropertyTraits >& InComponents, |
Recompose a value from the constituent parts specified in InQuery, taking into account the weightings of each channel. |
![]() |
UE::MovieScene::TRecompositionResult< typename PropertyTraits::StorageType > | RecomposeBlendOperational
(
const UE::MovieScene::TPropertyComponents< PropertyTraits >& InComponents, |
Recompose a value from the constituent parts specified in InQuery, taking into account the weightings of each channel. |
Typedefs
Name | Description |
---|---|
FChannelMask | |
FMovieSceneEntityID | |
FSlowPropertyPtr |
Constants
Name | Description |
---|---|
INVALID_BLEND_CHANNEL |