UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::MovieScene::TCustomPropertyAccessor< PropertyTraits > Struct Template Reference

#include <MovieScenePropertySystemTypes.h>

+ Inheritance diagram for UE::MovieScene::TCustomPropertyAccessor< PropertyTraits >:

Public Member Functions

 TCustomPropertyAccessor (UClass *InClass, FName InPropertyPath, const TCustomPropertyAccessorFunctions< PropertyTraits > &InFunctions)
 

Public Attributes

TCustomPropertyAccessorFunctions< PropertyTraits > Functions
 
- Public Attributes inherited from UE::MovieScene::FCustomPropertyAccessor
UClassClass
 
FName PropertyPath
 
FComponentTypeID AdditionalTag
 

Detailed Description

template<typename PropertyTraits>
struct UE::MovieScene::TCustomPropertyAccessor< PropertyTraits >

Complete information required for applying a custom getter/setter to an object

Constructor & Destructor Documentation

◆ TCustomPropertyAccessor()

template<typename PropertyTraits >
UE::MovieScene::TCustomPropertyAccessor< PropertyTraits >::TCustomPropertyAccessor ( UClass InClass,
FName  InPropertyPath,
const TCustomPropertyAccessorFunctions< PropertyTraits > &  InFunctions 
)
inline

Member Data Documentation

◆ Functions

template<typename PropertyTraits >
TCustomPropertyAccessorFunctions<PropertyTraits> UE::MovieScene::TCustomPropertyAccessor< PropertyTraits >::Functions

Function pointers to use for interacting with the property


The documentation for this struct was generated from the following file: