![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <TrackInstancePropertyBindings.h>
Public Member Functions | |
| FProperty * | GetValidProperty () const |
| template<typename ValueType > | |
| ValueType * | GetPropertyAddress () const |
Public Attributes | |
| TWeakFieldPtr< FProperty > | Property = nullptr |
| void * | ContainerAddress = nullptr |
| int32 | ArrayIndex = INDEX_NONE |
A property path whose only tail propery information is cached, for faster (or at least less slow) access.
|
inline |
|
inline |
| int32 UE::MovieScene::FCachedProperty::ArrayIndex = INDEX_NONE |
| void* UE::MovieScene::FCachedProperty::ContainerAddress = nullptr |
| TWeakFieldPtr<FProperty> UE::MovieScene::FCachedProperty::Property = nullptr |