Show / Hide Table of Contents

    Class AUxtBasePressableButtonActor

    Abstract base class for all pressable button actors. Ensures a UUxtPressableButtonComponent as the root component.

    Inheritance
    System::Object
    AActor
    AUxtBasePressableButtonActor
    Namespace:
    Assembly: .dll
    Syntax
    public: class AUxtBasePressableButtonActor : public xtCollectionObject

    Constructors

    | Improve this Doc View Source

    AUxtBasePressableButtonActor()

    Declaration
    public: AUxtBasePressableButtonActor()

    Fields

    | Improve this Doc View Source

    ButtonComponent

    Handle to the root button component.

    Declaration
    protected: UUxtPressableButtonComponent * ButtonComponent= nullptr
    Field Value
    Type Description
    UUxtPressableButtonComponent *

    Methods

    | Improve this Doc View Source

    GetButtonComponent()

    Returns UUxtPressableButtonComponent subobject.

    Declaration
    public: UUxtPressableButtonComponent * GetButtonComponent() const
    Returns
    Type Description
    UUxtPressableButtonComponent *
    | Improve this Doc View Source

    GetFarTarget()

    Returns UUxtPressableButtonComponent as the far target.

    Declaration
    public: TScriptInterface<IUxtFarTarget> GetFarTarget()
    Returns
    Type Description
    TScriptInterface<IUxtFarTarget>
    | Improve this Doc View Source

    GetFarTarget_Implementation()

    Declaration
    public: virtual TScriptInterface<IUxtFarTarget> GetFarTarget_Implementation() override
    Returns
    Type Description
    TScriptInterface<IUxtFarTarget>
    | Improve this Doc View Source

    GetPokeTarget()

    Returns UUxtPressableButtonComponent as the poke target.

    Declaration
    public: TScriptInterface<IUxtPokeTarget> GetPokeTarget()
    Returns
    Type Description
    TScriptInterface<IUxtPokeTarget>
    | Improve this Doc View Source

    GetPokeTarget_Implementation()

    Declaration
    public: virtual TScriptInterface<IUxtPokeTarget> GetPokeTarget_Implementation() override
    Returns
    Type Description
    TScriptInterface<IUxtPokeTarget>
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX