Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks
Implements a section in movie scene event tracks.
| Name | UMovieSceneEventSection |
| Type | class |
| Header File | /Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneEventSection.h |
| Include Path | #include "Sections/MovieSceneEventSection.h" |
Syntax
UCLASS (MinimalAPI)
class UMovieSceneEventSection : public UMovieSceneSection
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMovieSceneSignedObject → UMovieSceneDecorationContainerObject → UMovieSceneSection → UMovieSceneEventSection
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMovieSceneEventSection() |
Default constructor. | Sections/MovieSceneEventSection.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| EventData | FMovieSceneEventSectionData | Sections/MovieSceneEventSection.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FMovieSceneEventSectionData & GetEventData() |
Get the section's event data. | Sections/MovieSceneEventSection.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostLoad() |
Sections/MovieSceneEventSection.h |