Show / Hide Table of Contents

    Class IUxtGrabTarget

    Interface to implement to enable grab interaction for given primitives.

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

    Methods

    | Improve this Doc View Source

    IsGrabFocusable(const UPrimitiveComponent *Primitive)

    Returns true if the given primitive should be considerered a valid focus target.

    Declaration
    public: bool IsGrabFocusable(const UPrimitiveComponent *Primitive) const
    Parameters
    Type Name Description
    const UPrimitiveComponent * Primitive
    Returns
    Type Description
    bool
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX