Show / Hide Table of Contents

    Class IUxtPokeHandler

    Interface for components that can be poked.

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

    Methods

    | Improve this Doc View Source

    CanHandlePoke(UPrimitiveComponent *Primitive)

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

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

    OnBeginPoke(UUxtNearPointerComponent *Pointer)

    Raised when a pointer poke volume starts overlapping the actor.

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

    OnEndPoke(UUxtNearPointerComponent *Pointer)

    Raised when a pointer poke volume stops overlapping the actor.

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

    OnEnterPokeFocus(UUxtNearPointerComponent *Pointer)

    Raised when a pointer focuses the actor.

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

    OnExitPokeFocus(UUxtNearPointerComponent *Pointer)

    Raised when a pointer stops focusing the actor.

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

    OnUpdatePoke(UUxtNearPointerComponent *Pointer)

    Raised while a pointer poke volume is overlapping the actor.

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

    OnUpdatePokeFocus(UUxtNearPointerComponent *Pointer)

    Raised when a pointer has been updated while focused.

    Declaration
    public: void OnUpdatePokeFocus(UUxtNearPointerComponent *Pointer)
    Parameters
    Type Name Description
    UUxtNearPointerComponent * Pointer
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX