![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "TrackInstancePropertyBindings.h"#include "EntitySystem/MovieSceneIntermediatePropertyValue.h"#include "MovieSceneFwd.h"#include "String/ParseTokens.h"#include "StructUtils/InstancedStruct.h"#include "StructUtils/PropertyBag.h"Classes | |
| struct | UE::MovieScene::FPropertyResolutionStep |
| struct | UE::MovieScene::FPropertyResolutionState |
Namespaces | |
| namespace | UE |
| namespace | UE::MovieScene |
Functions | |
| FPropertyResolutionStep | UE::MovieScene::FindProperty (void *BasePointer, UStruct *InStruct, FStringView PropertyName) |
| FPropertyResolutionStep | UE::MovieScene::FindPropertyAndArrayIndex (void *BasePointer, UStruct *InStruct, FStringView PropertyName) |
| void | UE::MovieScene::ResolvePropertyRecursive (void *BasePointer, UStruct *InStruct, TArrayView< const FStringView > InPropertyNames, uint32 Index, FPropertyResolutionState &OutResolutionState) |
| void | UE::MovieScene::ResolveProperty (const UObject &InObject, FStringView PropertyPath, FPropertyResolutionState &OutResolutionState) |
| FVolatileProperty | UE::MovieScene::BuildVolatileProperty (const UObject *Object, FStringView PropertyPath, const FPropertyResolutionState &ResolutionState) |