FPreAnimatedStateExtension::FindStorage

Find a specific storage type by its ID.

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "Evaluation/PreAnimatedState/MovieScenePreAnimatedStateExtension.h"

Syntax

template<typename StorageType>
TSharedPtr< StorageType > FindStorage
(
    TPreAnimatedStorageID< StorageType > InStorageID
) const

Remarks

Find a specific storage type by its ID.

Returns

The typed storage, or nullptr if it does not exist in this linker

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