FMovieScenePropertySectionTemplate

Windows
MacOS
Linux

Inheritance Hierarchy

FMovieSceneEvalTemplateBase

FMovieSceneEvalTemplate

FMovieScenePropertySectionTemplate

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieScenePropertyTemplate.h

Include

#include "Evaluation/MovieScenePropertyTemplate.h"

Syntax

struct FMovieScenePropertySectionTemplate : public FMovieSceneEvalTemplate

Variables

Name Description

Protected variable

FMovieSceneProp...

 

PropertyData

Constructors

Name Description

Public function

FMovieScenePropertySectionTemplate()

Public function

FMovieScenePropertySectionTemplate

(
    FName PropertyName,
    const FString& InPropertyPath
)

Functions

Name Description

Protected function Const

FMovieSceneB...

 

EnsureActuator

Ensure that an actutor for this property type exists

Public function Static

const FMovie...

 

GetColorInterrogationKey()

Public function Static

const FMovie...

 

GetFloatInterrogationKey()

Use thse keys for setting and iterating the correct types.

Public function Static

const FMovie...

 

GetInt32InterrogationKey()

Protected function Const

FMovieSceneA...

 

GetPropertyTypeID()

Access an animation type identifier that uniquely represents the property this section animates

Public function Static

const FMovie...

 

GetVector2DInterrogationKey()

Public function Static

const FMovie...

 

GetVector4InterrogationKey()

Public function Static

const FMovie...

 

GetVectorInterrogationKey()

Overridden from FMovieSceneEvalTemplateBase

Name Description

Protected function Virtual Const

UScriptStruc...

 

GetScriptStructImpl()

Retrieve the script struct pertaining to the most-derived type of this instance.

Protected function Virtual Const

void

 

Setup

(
    FPersistentEvaluationData& Persist...,
    IMovieScenePlayer& Player
)

Setup is only called if derived classes enable RequiresSetupFlag

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