Navigation
API > API/Plugins > API/Plugins/VariantManagerContent
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- AActor
- ASwitchActor
References
| Module | VariantManagerContent |
| Header | /Engine/Plugins/Enterprise/VariantManagerContent/Source/VariantManagerContent/Public/SwitchActor.h |
| Include | #include "SwitchActor.h" |
Syntax
UCLASS&40;&41;
class ASwitchActor : public AActor
Remarks
Switch Actor allows quickly toggling the visibility of its child actors so that only one is visible at a time. It can also be captured with the Variant Manager to expose this capability as a property capture
Constructors
| Type | Name | Description | |
|---|---|---|---|
ASwitchActor
(
const FObjectInitializer& Init |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FOnSwitchActorSwitch & | |||
| TArray< AActor * > | GetOptions () |
||
| int32 | |||
| void | SelectOption
(
int32 OptionIndex |