Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/EntitySystem > API/Runtime/MovieScene/EntitySystem/FPropertyRegistry
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieScenePropertyRegistry.h |
| Include | #include "EntitySystem/MovieScenePropertyRegistry.h" |
template<typename PropertyTraits>
TCompositePropertyDefinitionBuilder < PropertyTraits > DefineCompositeProperty
(
TPropertyComponents < PropertyTraits > & InOutPropertyComponents,
const TCHAR * InStatName
)
Remarks
Define a new animatable composite property type from its components. A builder class that should be used to define the composites that contribute to this property
Parameters
| Name | Description |
|---|---|
| InOutPropertyComponents | The property's components that are used for animating this property. TPropertyComponents::CompositeID is written to. |