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 SourceGetHeadPose(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 |
IsInEditor()
Returns true if we are running in editor (not game mode or VR preview).
Declaration
public: static bool IsInEditor()
Returns
| Type | Description |
|---|---|
| bool |