Show / Hide Table of Contents

    Struct FUxtAffordanceInstance

    Instance of an affordance on the bounds control actor.

    Namespace:
    Assembly: .dll
    Syntax
    public: struct FUxtAffordanceInstance

    Fields

    | Improve this Doc View Source

    ActiveTransition

    Percentage of transition to the grabbed state.

    Declaration
    public: float ActiveTransition= 0.0f
    Field Value
    Type Description
    float
    | Improve this Doc View Source

    Config

    Copy of the config used for generating the affordance.

    Declaration
    public: FUxtAffordanceConfig Config
    Field Value
    Type Description
    FUxtAffordanceConfig
    | Improve this Doc View Source

    DynamicMaterial

    Dynamic material for highlighting the affordance.

    Declaration
    public: UMaterialInstanceDynamic * DynamicMaterial
    Field Value
    Type Description
    UMaterialInstanceDynamic *
    | Improve this Doc View Source

    FocusCount

    Refcount of pointers currently focusing the affordance.

    Declaration
    public: int FocusCount= 0
    Field Value
    Type Description
    int
    | Improve this Doc View Source

    FocusedTransition

    Percentage of transition to the focused state.

    Declaration
    public: float FocusedTransition= 0.0f
    Field Value
    Type Description
    float
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX