Show / Hide Table of Contents

    Class UUxtGrabPointerDataFunctionLibrary

    Utility functions for FGrabPointerData.

    Inheritance
    System::Object
    UBlueprintFunctionLibrary
    UUxtGrabPointerDataFunctionLibrary
    Namespace:
    Assembly: .dll
    Syntax
    public: class UUxtGrabPointerDataFunctionLibrary

    Methods

    | Improve this Doc View Source

    GetGrabLocation(const FTransform &Transform, const FUxtGrabPointerData &GrabData)

    Compute the grab point in world space.

    Declaration
    public: static FVector GetGrabLocation(const FTransform &Transform, const FUxtGrabPointerData &GrabData)
    Parameters
    Type Name Description
    const FTransform & Transform
    const FUxtGrabPointerData & GrabData
    Returns
    Type Description
    FVector
    | Improve this Doc View Source

    GetGrabRotation(const FTransform &Transform, const FUxtGrabPointerData &GrabData)

    Compute the grab rotation in world space.

    Declaration
    public: static FRotator GetGrabRotation(const FTransform &Transform, const FUxtGrabPointerData &GrabData)
    Parameters
    Type Name Description
    const FTransform & Transform
    const FUxtGrabPointerData & GrabData
    Returns
    Type Description
    FRotator
    | Improve this Doc View Source

    GetGrabTransform(const FTransform &Transform, const FUxtGrabPointerData &GrabData)

    Compute the grab transform in world space.

    Declaration
    public: static FTransform GetGrabTransform(const FTransform &Transform, const FUxtGrabPointerData &GrabData)
    Parameters
    Type Name Description
    const FTransform & Transform
    const FUxtGrabPointerData & GrabData
    Returns
    Type Description
    FTransform
    | Improve this Doc View Source

    GetLocationOffset(const FTransform &Transform, const FUxtGrabPointerData &GrabData)

    Compute the world space offset between pointer grab point and target.

    Declaration
    public: static FVector GetLocationOffset(const FTransform &Transform, const FUxtGrabPointerData &GrabData)
    Parameters
    Type Name Description
    const FTransform & Transform
    const FUxtGrabPointerData & GrabData
    Returns
    Type Description
    FVector
    | Improve this Doc View Source

    GetPointerLocation(const FUxtGrabPointerData &GrabData)

    Returns the world space pointer location

    Declaration
    public: static FVector GetPointerLocation(const FUxtGrabPointerData &GrabData)
    Parameters
    Type Name Description
    const FUxtGrabPointerData & GrabData
    Returns
    Type Description
    FVector
    | Improve this Doc View Source

    GetPointerTransform(const FUxtGrabPointerData &GrabData)

    Returns the world space pointer transform (at pointer origin).

    Declaration
    public: static FTransform GetPointerTransform(const FUxtGrabPointerData &GrabData)
    Parameters
    Type Name Description
    const FUxtGrabPointerData & GrabData
    Returns
    Type Description
    FTransform
    | Improve this Doc View Source

    GetRotationOffset(const FTransform &Transform, const FUxtGrabPointerData &GrabData)

    Compute the world space rotation between pointer grab point and target.

    Declaration
    public: static FRotator GetRotationOffset(const FTransform &Transform, const FUxtGrabPointerData &GrabData)
    Parameters
    Type Name Description
    const FTransform & Transform
    const FUxtGrabPointerData & GrabData
    Returns
    Type Description
    FRotator
    | Improve this Doc View Source

    GetTargetLocation(const FUxtGrabPointerData &GrabData)

    Compute the pointer target in world space.

    Declaration
    public: static FVector GetTargetLocation(const FUxtGrabPointerData &GrabData)
    Parameters
    Type Name Description
    const FUxtGrabPointerData & GrabData
    Returns
    Type Description
    FVector
    | Improve this Doc View Source

    GetTargetRotation(const FUxtGrabPointerData &GrabData)

    Compute the target rotation in world space.

    Declaration
    public: static FRotator GetTargetRotation(const FUxtGrabPointerData &GrabData)
    Parameters
    Type Name Description
    const FUxtGrabPointerData & GrabData
    Returns
    Type Description
    FRotator
    | Improve this Doc View Source

    GetTargetTransform(const FUxtGrabPointerData &GrabData)

    Compute the pointer target transform in world space.

    Declaration
    public: static FTransform GetTargetTransform(const FUxtGrabPointerData &GrabData)
    Parameters
    Type Name Description
    const FUxtGrabPointerData & GrabData
    Returns
    Type Description
    FTransform
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX