Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/EntitySystem
Type
typedef TVariant< uint16, UE::MovieScene::FCustomPropertyIndex, TSharedPtr< FTrackInstancePropertyBindings >> FResolvedProperty
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieScenePropertyRegistry.h |
| Include | #include "EntitySystem/MovieScenePropertyRegistry.h" |
Remarks
Type aliases for a property that resolved to either a fast pointer offset (type index 0), or a custom property index (specific to the path of the property - type index 1) with a fallback to a slow property binding (type index 2)