Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/EntitySystem
Inheritance Hierarchy
- TCustomPropertyAccessorStorageTypeImpl
- TCustomPropertyAccessorStorageType
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieScenePropertySystemTypes.h |
| Include | #include "EntitySystem/MovieScenePropertySystemTypes.h" |
Syntax
template<typename PropertyTraits, bool Custom>
struct TCustomPropertyAccessorStorageTypeImpl
Remarks
Utility class for selecting a property traits' CustomAccessorStorageType, or StorageType if not defined
Specializations
TCustomPropertyAccessorStorageTypeImpl< PropertyTraits, false >
TCustomPropertyAccessorStorageTypeImpl< PropertyTraits, true >