Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneEventSectionBase.h |
Include |
#include "Sections/MovieSceneEventSectionBase.h" |
class UMovieSceneEventSectionBase : public UMovieSceneSection
Base class for all event sections. Manages dirtying the section and track on recompilation of the director blueprint.
Name | Description | |
---|---|---|
|
UMovieSceneEventSectionBase ( |
Name | Description | ||
---|---|---|---|
|
AttemptUpgrade() |
||
|
TArrayView< ... |
GetAllEntryPoints() |
|
|
OnPostCompile ( |
Post compilation handler that is invoked once generated function graphs have been compiled. |
|
|
OnUserDefinedPinRenamed |
Handler should be invoked when an event endpoint that is referenced from this section has one of its pins renamed |
Name | Description | ||
---|---|---|---|
|
RemoveForCook() |
Called when this section should be removed for cooking |
Name | Description | ||
---|---|---|---|
|
PostDuplicate ( |
Called after duplication & serialization and before PostLoad. |
|
|
PostRename |
Called at the end of Rename(), but only if the rename was actually carried out |
|
|
Serialize ( |
Handles reading, writing, and reference collecting using FArchive. |
Name |
Description |
---|---|
FixupPayloadParameterNameEvent |
Event that is broadcast when event payloads may need fixing up due to a pin rename |
PostDuplicateSectionEvent |
Delegate that is used to ensure that a blueprint compile hook exists for this event section after it has been duplicated. |
RemoveForCookEvent |
Delegate that is used to ensure that a hook exists for this event section before it has been removed for cook. |
UpgradeLegacyEventEndpoint |
Delegate that is used to upgrade legacy event sections that need fixing up against a blueprint. |