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 |
|
|
|
Sections/MovieSceneEventSection.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| EventName |
FName |
The name of the event to trigger |
Sections/MovieSceneEventSection.h |
- EditAnywhere
- BlueprintReadWrite
- Category=Event
|
| Parameters |
FMovieSceneEventParameters |
The event parameters |
Sections/MovieSceneEventSection.h |
- EditAnywhere
- BlueprintReadOnly
- Category=Event
- Meta=(ShowOnlyInnerProperties)
|
Functions
Public