Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/MovieSceneTracks/Public/Channels/MovieSceneEvent.h |
Include |
#include "Channels/MovieSceneEvent.h" |
struct FMovieSceneEvent
Name | Description | ||
---|---|---|---|
|
BoundObjectPinName |
||
|
CompiledFunctionName |
||
|
PayloadVariables |
Array of payload variables to be added to the generated function |
|
|
Ptrs |
The function that should be called to invoke this event. |
|
|
TWeakObjectPtr<... |
WeakEndpoint |
Serialized weak pointer to the function entry (UK2Node_FunctionEntry) or custom event node (UK2Node_CustomEvent) within the blueprint graph for this event. |
Name | Description | ||
---|---|---|---|
|
UClass * |
GetBoundObjectPropertyClass() |
Return the class of the bound object property |
Name | Description | ||
---|---|---|---|
|
TWeakObjectPtr<... |
FunctionEntry_DEPRECATED |
Deprecated weak pointer to the function entry to call - no longer serialized but cached on load. |
|
GraphGuid_DEPRECATED |
(deprecated) The UEdGraph::GraphGuid property that relates the graph within which our endpoint lives. |
|
|
NodeGuid_DEPRECATED |
(deprecated) When valid, relates to the The UEdGraphNode::NodeGuid for a custom event node that defines our event endpoint. |