#include <MovieSceneTracksComponentTypes.h>
|
| static FORCEINLINE bool | SupportsProperty (const FProperty &InProperty) |
| |
| static FORCEINLINE FIntermediatePropertyValue | CoercePropertyValue (const FProperty &InProperty, const FSourcePropertyValue &InPropertyValue) |
| |
| static FORCEINLINE void | UnpackChannels (float InValue, const FProperty &Property, FUnpackedChannelValues &OutUnpackedValues) |
| |
| static void | GetObjectPropertyValue (const UObject *InObject, const FCustomPropertyAccessor &BaseCustomAccessor, double &OutValue) |
| |
| static void | GetObjectPropertyValue (const UObject *InObject, uint16 PropertyOffset, double &OutValue) |
| |
| static void | GetObjectPropertyValue (const UObject *InObject, FTrackInstancePropertyBindings *PropertyBindings, double &OutValue) |
| |
| static void | GetObjectPropertyValue (const UObject *InObject, const FName &PropertyPath, double &OutValue) |
| |
| static void | SetObjectPropertyValue (UObject *InObject, const FCustomPropertyAccessor &BaseCustomAccessor, double InValue) |
| |
| static void | SetObjectPropertyValue (UObject *InObject, uint16 PropertyOffset, double InValue) |
| |
| static void | SetObjectPropertyValue (UObject *InObject, FTrackInstancePropertyBindings *PropertyBindings, double InValue) |
| |
◆ CustomAccessorStorageType
◆ FloatTraitsImpl
◆ StorageType
◆ CoercePropertyValue()
◆ GetObjectPropertyValue() [1/4]
◆ GetObjectPropertyValue() [2/4]
| static void UE::MovieScene::FFloatPropertyTraits::GetObjectPropertyValue |
( |
const UObject * |
InObject, |
|
|
const FName & |
PropertyPath, |
|
|
double & |
OutValue |
|
) |
| |
|
inlinestatic |
◆ GetObjectPropertyValue() [3/4]
◆ GetObjectPropertyValue() [4/4]
◆ SetObjectPropertyValue() [1/3]
◆ SetObjectPropertyValue() [2/3]
◆ SetObjectPropertyValue() [3/3]
◆ SupportsProperty()
◆ UnpackChannels()
◆ bIsComposite
The documentation for this struct was generated from the following file: