Show / Hide Table of Contents

    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 2 November 2021 at 11:40:26 Coordinated Universal Time

    • Improve this Doc
    Back to top Generated by DocFX