Navigation
API > API/Plugins > API/Plugins/TakesCore > API/Plugins/TakesCore/FActorSequenceInformation
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| ActorSequenceInformation.h | |||
FActorSequenceInformation
(
ULevelSequence* InLevelSequence, |
Resolves binding information for InActor within InLevelSequence, acquiring a shared playback state automatically. | ActorSequenceInformation.h | |
FActorSequenceInformation
(
ULevelSequence* InLevelSequence, |
Resolves binding information for InActor within InLevelSequence using the provided shared playback state. | ActorSequenceInformation.h |
FActorSequenceInformation()
| Name | FActorSequenceInformation |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Takes/Source/TakesCore/Public/ActorSequenceInformation.h |
| Include Path | #include "ActorSequenceInformation.h" |
FActorSequenceInformation()
FActorSequenceInformation(ULevelSequence , AActor )
Description
Resolves binding information for InActor within InLevelSequence, acquiring a shared playback state automatically.
| Name | FActorSequenceInformation |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Takes/Source/TakesCore/Public/ActorSequenceInformation.h |
| Include Path | #include "ActorSequenceInformation.h" |
| Source | /Engine/Plugins/VirtualProduction/Takes/Source/TakesCore/Private/ActorSequenceInformation.cpp |
FActorSequenceInformation
(
ULevelSequence * InLevelSequence,
AActor * InActor
)
FActorSequenceInformation(ULevelSequence , AActor , TSharedPtr< const UE::MovieScene::FSharedPlaybackState >)
Description
Resolves binding information for InActor within InLevelSequence using the provided shared playback state.
| Name | FActorSequenceInformation |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Takes/Source/TakesCore/Public/ActorSequenceInformation.h |
| Include Path | #include "ActorSequenceInformation.h" |
| Source | /Engine/Plugins/VirtualProduction/Takes/Source/TakesCore/Private/ActorSequenceInformation.cpp |
FActorSequenceInformation
(
ULevelSequence * InLevelSequence,
AActor * InActor,
TSharedPtr < const UE::MovieScene::FSharedPlaybackState > InSharedPlaybackState
)