FMovieSceneEvent

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.

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](API\Runtime\Engine\EdGraph\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](API\Runtime\Engine\EdGraph\UEdGraphNode\NodeGuid) for a custom event node that defines our event endpoint.

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