Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks
| Name | FEventPayload |
| Type | struct |
| Header File | /Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneEventSection.h |
| Include Path | #include "Sections/MovieSceneEventSection.h" |
Syntax
USTRUCT (BlueprintType )
struct FEventPayload
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Sections/MovieSceneEventSection.h | |||
FEventPayload
(
FName InEventName |
Sections/MovieSceneEventSection.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| EventName | FName | The name of the event to trigger | Sections/MovieSceneEventSection.h |
|
| Parameters | FMovieSceneEventParameters | The event parameters | Sections/MovieSceneEventSection.h |
|