FMovieSceneEventParameters

Windows
MacOS
Linux

References

Module

MovieSceneTracks

Header

/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneEventSection.h

Include

#include "Sections/MovieSceneEventSection.h"

Syntax

struct FMovieSceneEventParameters

Constructors

Name Description

Public function

FMovieSceneEventParameters()

Public function

FMovieSceneEventParameters

(
    UScriptStruct& InStruct
)

Construction from a struct type

Functions

Name Description

Public function Const

void

 

GetInstance

(
    FStructOnScope& OutStruct
)

Retrieve an instance of this payload

Public function Const

UScriptStruc...

 

GetStructType()

Access the struct type of this event parameter payload

Public function

void

 

OverwriteWith

(
    uint8* InstancePtr
)

Overwrite this payload with another instance of the same type.

Public function

void

 

Reassign

(
    UScriptStruct* NewStruct
)

Change the type of this event parameter payload to be the specified struct

Public function

bool

 

Serialize

(
    FArchive& Ar
)

Serialization implementation

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