Navigation
API > API/Plugins > API/Plugins/VariantManagerContentEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- AActor
- AVariantManagerTestActor
References
| Module | VariantManagerContentEditor |
| Header | /Engine/Plugins/Enterprise/VariantManagerContent/Source/VariantManagerContentEditor/Public/VariantManagerTestActor.h |
| Include | #include "VariantManagerTestActor.h" |
Syntax
UCLASS&40;HideCategories&61;&40;Rendering, Physics, HLOD, Activation, Input, Actor, Cooking&41;&41;
class AVariantManagerTestActor : public AActor
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bCapturedBoolProperty | ||
| uint8 | CapturedByteProperty | ||
| FColor | CapturedColorProperty | ||
| float | CapturedFloatProperty | ||
| FScriptInterface | CapturedInterfaceProperty | ||
| FIntPoint | CapturedIntPointProperty | ||
| int32 | CapturedIntProperty | ||
| FLinearColor | CapturedLinearColorProperty | ||
| FName | CapturedNameProperty | ||
| TObjectPtr< UObject > | CapturedObjectProperty | ||
| FQuat | CapturedQuatProperty | ||
| FRotator | CapturedRotatorProperty | ||
| FString | CapturedStrProperty | ||
| FText | CapturedTextProperty | ||
| TArray< TObjectPtr< UObject > > | CapturedUObjectArrayProperty | ||
| FVector2D | CapturedVector2DProperty | ||
| FVector4 | CapturedVector4Property | ||
| TArray< FVector > | CapturedVectorArrayProperty | ||
| FVector | CapturedVectorProperty | ||
| EVariantManagerTestEnum | EnumWithNoDefault | ||
| EVariantManagerTestEnum | EnumWithSecondDefault |
Constructors
| Type | Name | Description | |
|---|---|---|---|
AVariantManagerTestActor
(
const FObjectInitializer& Init |