Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/EntitySystem
Inheritance Hierarchy
- FCustomPropertyAccessor
- TCustomPropertyAccessor
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieScenePropertySystemTypes.h |
| Include | #include "EntitySystem/MovieScenePropertySystemTypes.h" |
Syntax
template<typename PropertyTraits>
struct TCustomPropertyAccessor : public UE::MovieScene::FCustomPropertyAccessor
Remarks
Complete information required for applying a custom getter/setter to an object
Variables
| Type | Name | Description | |
|---|---|---|---|
| TCustomPropertyAccessorFunctions< PropertyTraits > | Functions | Function pointers to use for interacting with the property |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TCustomPropertyAccessor
(
UClass* InClass, |