Show / Hide Table of Contents

    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 Source

    Affordances

    Declaration
    public: TArray<FUxtAffordanceConfig> Affordances
    Field Value
    Type Description
    TArray<FUxtAffordanceConfig>
    | Improve this Doc View Source

    bIsSlate

    Whether this configuration is intended to be used for slate elements

    Declaration
    public: bool bIsSlate= false
    Field Value
    Type Description
    bool
    | Improve this Doc View Source

    bUniformScaling

    Whether this configuration transforms the target uniformly or not

    Declaration
    public: bool bUniformScaling= true
    Field Value
    Type Description
    bool
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX