Show / Hide Table of Contents

    Class UUxtFunctionLibrary

    Library of utility functions for UX Tools.

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

    Methods

    | Improve this Doc View Source

    GetHeadPose(UObject *WorldContextObject)

    Returns the world space position and orientation of the head.

    Declaration
    public: static FTransform GetHeadPose(UObject *WorldContextObject)
    Parameters
    Type Name Description
    UObject * WorldContextObject
    Returns
    Type Description
    FTransform
    | Improve this Doc View Source

    IsInEditor()

    Returns true if we are running in editor (not game mode or VR preview).

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