FPreAnimatedStateExtension::GetOrCreateStorage

Get a specific type of storage, creating it if it does not already exist @note The template type must have a static StorageID of type TPreAnimatedStorageID.

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 > GetOrCreateStorage()

Remarks

Get a specific type of storage, creating it if it does not already exist @note The template type must have a static StorageID of type TPreAnimatedStorageID.

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