UUxtBoundsControlConfig
Data asset that stores the configuration of a bounds control.
class UUxtBoundsControlConfig;
Header
#include <Controls/UxtBoundsControlConfig.h>
Inheritance
Inherits from UDataAsset
Public Attributes
| Name | |
|---|---|
| TArray< FUxtAffordanceConfig > | Affordances |
| bool | bIsSlate |
| bool | bUniformScaling |
Public Attributes Documentation
variable Affordances
TArray< FUxtAffordanceConfig > Affordances;
variable bIsSlate
bool bIsSlate = false;
Whether this configuration is intended to be used for slate elements
variable bUniformScaling
bool bUniformScaling = true;
Whether this configuration transforms the target uniformly or not
Updated on 19 August 2021 at 17:42:51 Coordinated Universal Time