TPropertyValueStorage::FindPropertyIndex

Find an initial value index given its object and property name.

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieSceneInitialValueCache.h

Include

#include "EntitySystem/MovieSceneInitialValueCache.h"

Syntax

TOptional< FInitialValueIndex > FindPropertyIndex
(
    UObject * BoundObject,
    const FName & PropertyPath
)

Remarks

Find an initial value index given its object and property name. @note Only properties cached using a FTrackInstancePropertyBindings instance will be retrieved using this method.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss