FMovieSceneTrackImplementationPtr

Custom serialized type that attempts to store a track implementation template in inline memory if possible

Windows
MacOS
Linux

Inheritance Hierarchy

TInlineValue

FMovieSceneTrackImplementationPtr

References

Module

MovieScene

Header

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

Include

#include "Evaluation/MovieSceneTrackImplementation.h"

Syntax

struct FMovieSceneTrackImplementationPtr : public TInlineValue< FMovieSceneTrackImplementation, 48 >

Remarks

Custom serialized type that attempts to store a track implementation template in inline memory if possible

Constructors

Name Description

Public function

FMovieSceneTrackImplementationPtr()

Default construction to an empty container

Public function

FMovieSceneTrackImplementationPtr

(
    T&& In
)

Construction from any FMovieSceneTrackImplementation derivative

Public function

FMovieSceneTrackImplementationPtr

(
    const FMovieSceneTrackImplementatio...
)

Copy construction/assignment

Public function

FMovieSceneTrackImplementationPtr

Templates are moveable

Functions

Name Description

Public function

bool

 

Serialize

(
    FArchive& Ar
)

Serialize the template

Operators

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