Navigation
API > API/Plugins > API/Plugins/AvalancheSequence
| Name | TAvaSequencePlayerVariant |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheSequence/Public/AvaSequencePlayerVariant.h |
| Include Path | #include "AvaSequencePlayerVariant.h" |
Syntax
template<typename... InPlayerTypes>
struct TAvaSequencePlayerVariant
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TAvaSequencePlayerVariant
(
InPlayerType* InPlayer |
AvaSequencePlayerVariant.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PlayerVariant | TVariant< InPlayerTypes *... > | AvaSequencePlayerVariant.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
IMovieScenePlayer * Get() |
AvaSequencePlayerVariant.h | ||
InPlayerType * TryGet() |
AvaSequencePlayerVariant.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
IMovieScenePlayer * operator()
(
InPlayerType* InPlayer |
AvaSequencePlayerVariant.h |