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 |
GetSceneComponentFromReference(const FComponentReference &ComponentRef, const AActor *Owner)
Returns the scene component the passed component reference is pointing to if there is any - else will return nullptr.
Declaration
public: static USceneComponent * GetSceneComponentFromReference(const FComponentReference &ComponentRef, const AActor *Owner)
Parameters
Type | Name | Description |
---|---|---|
const FComponentReference & | ComponentRef | |
const AActor * | Owner |
Returns
Type | Description |
---|---|
USceneComponent * |
IsInEditor()
Returns true if we are running in editor (not game mode or VR preview).
Declaration
public: static bool IsInEditor()
Returns
Type | Description |
---|---|
bool |