Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > EntitySystem > TPropertyValueStorage > FindCachedValue
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieSceneInitialValueCache.h |
Include | #include "EntitySystem/MovieSceneInitialValueCache.h" |
const StorageType * FindCachedValue
(
UObject * BoundObject,
const FName & PropertyPath
)
Remarks
- Find an initial value given its object and property name.
-
Only properties cached using a FTrackInstancePropertyBindings instance will be retrieved using this method.