Class UUxtBoundsControlConfig
Data asset that stores the configuration of a bounds control.
Inheritance
System::Object
UDataAsset
UUxtBoundsControlConfig
Namespace:
Assembly: .dll
Syntax
public: class UUxtBoundsControlConfig
Fields
| Improve this Doc View SourceAffordances
Declaration
public: TArray<FUxtAffordanceConfig> Affordances
Field Value
| Type | Description |
|---|---|
| TArray<FUxtAffordanceConfig> |
bIsSlate
Whether this configuration is intended to be used for slate elements
Declaration
public: bool bIsSlate= false
Field Value
| Type | Description |
|---|---|
| bool |
bUniformScaling
Whether this configuration transforms the target uniformly or not
Declaration
public: bool bUniformScaling= true
Field Value
| Type | Description |
|---|---|
| bool |