FPreAnimatedStateExtension::ContainsAnyStateForInstanceHandle

Search for any captured state that originated from the specified root instance handle WARNING: This is a linear search across all state, and so is potentially very slow

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/Evaluation/PreAnimatedState/MovieScenePreAnimatedStateExtension.h

Include

#include "Evaluation/PreAnimatedState/MovieScenePreAnimatedStateExtension.h"

Source

/Engine/Source/Runtime/MovieScene/Private/Evaluation/PreAnimatedState/MovieScenePreAnimatedStateExtension.cpp

Syntax

bool ContainsAnyStateForInstanceHandle
(
    FInstanceHandle RootInstanceHandle
) const

Remarks

Search for any captured state that originated from the specified root instance handle WARNING: This is a linear search across all state, and so is potentially very slow

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