FMovieSceneEvent

Choose your operating system:

Windows

macOS

Linux

References

Module

MovieSceneTracks

Header

/Engine/Source/Runtime/MovieSceneTracks/Public/Channels/MovieSceneEvent.h

Include

#include "Channels/MovieSceneEvent.h"

Syntax

struct FMovieSceneEvent

Variables

Name Description

Public variable

FName

 

BoundObjectPinName

Public variable

FName

 

CompiledFunctionName

Public variable

TMap< FName, FM...

 

PayloadVariables

Array of payload variables to be added to the generated function

Public variable

FMovieSceneEven...

 

Ptrs

The function that should be called to invoke this event.

Public variable

TWeakObjectPtr<...

 

WeakEndpoint

Serialized weak pointer to the function entry (UK2Node_FunctionEntry) or custom event node (UK2Node_CustomEvent) within the blueprint graph for this event.

Functions

Name Description

Public function Const

UClass *

 

GetBoundObjectPropertyClass()

Return the class of the bound object property

Deprecated Variables

Name Description

Public variable

TWeakObjectPtr<...

 

FunctionEntry_DEPRECATED

Deprecated weak pointer to the function entry to call - no longer serialized but cached on load.

Public variable

FGuid

 

GraphGuid_DEPRECATED

(deprecated) The UEdGraph::GraphGuid property that relates the graph within which our endpoint lives.

Public variable

FGuid

 

NodeGuid_DEPRECATED

(deprecated) When valid, relates to the The UEdGraphNode::NodeGuid for a custom event node that defines our event endpoint.