Navigation
API > API/Plugins > API/Plugins/VariantManagerContent
| |
|
| Name |
FVariantDependency |
| Type |
struct |
| Header File |
/Engine/Plugins/Enterprise/VariantManagerContent/Source/VariantManagerContent/Public/Variant.h |
| Include Path |
#include "Variant.h" |
Syntax
USTRUCT (BlueprintType )
struct FVariantDependency
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bEnabled |
bool |
|
Variant.h |
- EditAnywhere
- BlueprintReadOnly
- Category="Dependency"
|
| Variant |
TSoftObjectPtr< UVariant > |
|
Variant.h |
- EditAnywhere
- BlueprintReadOnly
- Category="Dependency"
|
| VariantSet |
TSoftObjectPtr< UVariantSet > |
|
Variant.h |
- EditAnywhere
- BlueprintReadOnly
- Category="Dependency"
|