IPropertyComponentHandler::GetPreAnimatedStateStorage

Retrieve the pre-animated storage for the property that this handler represents

Windows
MacOS
Linux

Override Hierarchy

References

Module

MovieScene

Header

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

Include

#include "EntitySystem/IMovieScenePropertyComponentHandler.h"

Syntax

virtual TSharedPtr< IPreAnimatedStorage > GetPreAnimatedStateStorage
(
    const FPropertyDefinition & Definition,
    FPreAnimatedStateExtension * Container
)

Remarks

Retrieve the pre-animated storage for the property that this handler represents

Parameters

Parameter

Description

Definition

The property definition this handler was registered for

Container

The Pre-Animated state container extension that owns all pre-anim state for this evaluation

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