Show / Hide Table of Contents

    Struct FUxtPointerFocusSearchResult

    Result of closest point search functions.

    Namespace:
    Assembly: .dll
    Syntax
    public: struct FUxtPointerFocusSearchResult

    Fields

    | Improve this Doc View Source

    ClosestPointOnTarget

    Closest point on the primitive to the pointer position.

    Declaration
    public: FVector ClosestPointOnTarget
    Field Value
    Type Description
    FVector
    | Improve this Doc View Source

    MinDistance

    Distance of the closest point to the pointer position.

    Declaration
    public: float MinDistance
    Field Value
    Type Description
    float
    | Improve this Doc View Source

    Primitive

    Primitive that contains the closes point.

    Declaration
    public: UPrimitiveComponent * Primitive
    Field Value
    Type Description
    UPrimitiveComponent *
    | Improve this Doc View Source

    Target

    Closest object that implements the requires pointer target interface.

    Declaration
    public: UObject * Target
    Field Value
    Type Description
    UObject *

    Methods

    | Improve this Doc View Source

    IsValid()

    Declaration
    public: bool IsValid() const
    Returns
    Type Description
    bool
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX