public/0.12.xpublic/0.8.xpublic/0.9.xpublic/0.10.x

    Show / Hide Table of Contents

    Class IUxtFarHandler

    Interface to be implemented by components to handle far interactions.

    Inheritance
    System::Object
    IUxtFarHandler
    Namespace:
    Assembly: .dll
    Syntax
    public: class IUxtFarHandler

    Methods

    | Improve this Doc View Source

    CanHandleFar(UPrimitiveComponent *Primitive)

    Returns true if the this can handle events from this primitive.

    Declaration
    public: bool CanHandleFar(UPrimitiveComponent *Primitive) const
    Parameters
    Type Name Description
    UPrimitiveComponent * Primitive
    Returns
    Type Description
    bool
    | Improve this Doc View Source

    OnEnterFarFocus(UUxtFarPointerComponent *Pointer)

    Raised when a far pointer starts focusing a primitive.

    Declaration
    public: void OnEnterFarFocus(UUxtFarPointerComponent *Pointer)
    Parameters
    Type Name Description
    UUxtFarPointerComponent * Pointer
    | Improve this Doc View Source

    OnExitFarFocus(UUxtFarPointerComponent *Pointer)

    Raised when a far pointer stops focusing a primitive.

    Declaration
    public: void OnExitFarFocus(UUxtFarPointerComponent *Pointer)
    Parameters
    Type Name Description
    UUxtFarPointerComponent * Pointer
    | Improve this Doc View Source

    OnFarDragged(UUxtFarPointerComponent *Pointer)

    Raised when a focusing far pointer is dragged.

    Declaration
    public: void OnFarDragged(UUxtFarPointerComponent *Pointer)
    Parameters
    Type Name Description
    UUxtFarPointerComponent * Pointer
    | Improve this Doc View Source

    OnFarPressed(UUxtFarPointerComponent *Pointer)

    Raised when a focusing far pointer is pressed.

    Declaration
    public: void OnFarPressed(UUxtFarPointerComponent *Pointer)
    Parameters
    Type Name Description
    UUxtFarPointerComponent * Pointer
    | Improve this Doc View Source

    OnFarReleased(UUxtFarPointerComponent *Pointer)

    Raised when a focusing far pointer is released.

    Declaration
    public: void OnFarReleased(UUxtFarPointerComponent *Pointer)
    Parameters
    Type Name Description
    UUxtFarPointerComponent * Pointer
    | Improve this Doc View Source

    OnUpdatedFarFocus(UUxtFarPointerComponent *Pointer)

    Raised when a focusing far pointer is updated.

    Declaration
    public: void OnUpdatedFarFocus(UUxtFarPointerComponent *Pointer)
    Parameters
    Type Name Description
    UUxtFarPointerComponent * Pointer
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • CanHandleFar(UPrimitiveComponent *Primitive)
      • OnEnterFarFocus(UUxtFarPointerComponent *Pointer)
      • OnExitFarFocus(UUxtFarPointerComponent *Pointer)
      • OnFarDragged(UUxtFarPointerComponent *Pointer)
      • OnFarPressed(UUxtFarPointerComponent *Pointer)
      • OnFarReleased(UUxtFarPointerComponent *Pointer)
      • OnUpdatedFarFocus(UUxtFarPointerComponent *Pointer)
    Back to top Generated by DocFX