| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/MovieScene/TemplateSequence/Source/TemplateSequence/Public/TemplateSequenceActor.h |
Include |
#include "TemplateSequenceActor.h" |
[UCLASS](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)(HideCategories=(Rendering, Physics, LOD, Activation, Input))
class ATemplateSequenceActor :
public AActor
,
public IMovieScenePlaybackClient
Name | Description | ||
---|---|---|---|
|
FTemplateSequen ... |
BindingOverride |
|
|
FMovieSceneSequ ... |
PlaybackSettings |
|
|
UTemplateSequen ... |
SequencePlayer |
|
|
TemplateSequence |
Name | Description | |
---|---|---|
|
ATemplateSequenceActor ( |
Name | Description | ||
---|---|---|---|
|
UTemplateSeq ... |
GetSequence() |
|
|
UTemplateSeq ... |
GetSequencePlayer() |
|
|
InitializePlayer() |
||
|
UTemplateSeq ... |
LoadSequence() |
|
|
SetBinding ( |
||
|
SetSequence ( |
Name | Description | ||
---|---|---|---|
|
BeginPlay() |
Overridable native event for when play begins for this actor. |
|
|
EndPlay ( |
Overridable function called whenever this actor is being removed from a level |
|
|
GetReferencedContentObjects |
Used by the "Sync to Content Browser" right-click menu option in the editor. |
|
|
PostInitializeComponents() |
Allow actors to initialize themselves on the C++ side after all of their components have been initialized, only called during gameplay |
|
|
Tick ( |
Function called every frame on this Actor. |
Name | Description | ||
---|---|---|---|
|
PostInitProperties() |
Called after the C++ constructor and after the properties have been initialized, including those loaded from config. |
Name | Description | ||
---|---|---|---|
|
UObject *... |
GetInstanceData() |
Retrieve the optional instance data that should be used for this evaluation |
|
RetrieveBindingOverrides ( |
Locate bound objects that relate to the specified binding ID |