Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/FPropertyRegistry
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArrayView< const FPropertyCompositeDefinition > GetComposites
(
const FPropertyDefinition& Property |
Retrieve a generic representation of all the composites that contribute to a given property | EntitySystem/MovieScenePropertyRegistry.h | |
TArrayView< const FPropertyCompositeDefinition > GetComposites
(
FCompositePropertyTypeID PropertyID |
Retrieve a generic representation of all the composites that contribute to a given property | EntitySystem/MovieScenePropertyRegistry.h |
GetComposites(const FPropertyDefinition &)
Description
Retrieve a generic representation of all the composites that contribute to a given property
| Name | GetComposites |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieScenePropertyRegistry.h |
| Include Path | #include "EntitySystem/MovieScenePropertyRegistry.h" |
TArrayView < const FPropertyCompositeDefinition > GetComposites
(
const FPropertyDefinition & Property
) const
GetComposites(FCompositePropertyTypeID)
Description
Retrieve a generic representation of all the composites that contribute to a given property
| Name | GetComposites |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieScenePropertyRegistry.h |
| Include Path | #include "EntitySystem/MovieScenePropertyRegistry.h" |
TArrayView < const FPropertyCompositeDefinition > GetComposites
(
FCompositePropertyTypeID PropertyID
) const