Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks
Event section that triggeres specific timed events.
| Name | UMovieSceneEventTriggerSection |
| Type | class |
| Header File | /Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneEventTriggerSection.h |
| Include Path | #include "Sections/MovieSceneEventTriggerSection.h" |
Syntax
UCLASS (MinimalAPI)
class UMovieSceneEventTriggerSection :
public UMovieSceneEventSectionBase ,
public IMovieSceneEntityProvider
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMovieSceneSignedObject → UMovieSceneDecorationContainerObject → UMovieSceneSection → UMovieSceneEventSectionBase → UMovieSceneEventTriggerSection
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMovieSceneEventTriggerSection
(
const FObjectInitializer& ObjInit |
Sections/MovieSceneEventTriggerSection.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| EventChannel | FMovieSceneEventChannel | The channel that defines this section's timed events | Sections/MovieSceneEventTriggerSection.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ImportEntityImpl
(
UMovieSceneEntitySystemLinker* EntityLinker, |
Sections/MovieSceneEventTriggerSection.h | ||
virtual bool PopulateEvaluationFieldImpl
(
const TRange< FFrameNumber >& EffectiveRange, |
Sections/MovieSceneEventTriggerSection.h |
Overridden from UMovieSceneEventSectionBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TArrayView< FMovieSceneEvent > GetAllEntryPoints() |
Sections/MovieSceneEventTriggerSection.h |