A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
OpenXRExpansionFunctionLibrary.h File Reference
#include "CoreMinimal.h"
#include "UObject/ObjectMacros.h"
#include "Kismet/BlueprintFunctionLibrary.h"
#include "UObject/Object.h"
#include "Engine/EngineTypes.h"
#include "HeadMountedDisplayTypes.h"
#include "OpenXRCore.h"
#include "OpenXRHMD.h"
#include "OpenXRExpansionTypes.h"
#include "HeadMountedDisplayFunctionLibrary.h"
#include "Misc/FileHelper.h"
#include "Misc/Paths.h"
#include "OpenXRExpansionFunctionLibrary.generated.h"
Include dependency graph for OpenXRExpansionFunctionLibrary.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  UOpenXRExpansionFunctionLibrary
 UCLASS(Blueprintable, meta = (BlueprintSpawnableComponent)) More...
 

Enumerations

enum class  EBPOpenXRControllerDeviceType : uint8 {
  DT_SimpleController , DT_ValveIndexController , DT_ViveController , DT_ViveProController ,
  DT_DaydreamController , DT_OculusTouchController , DT_OculusGoController , DT_MicrosoftMotionController ,
  DT_MicrosoftXboxController , DT_UnknownController
}
 UENUM(Blueprintable) More...
 

Functions

 DECLARE_LOG_CATEGORY_EXTERN (OpenXRExpansionFunctionLibraryLog, Log, All)
 

Enumeration Type Documentation

◆ EBPOpenXRControllerDeviceType

enum class EBPOpenXRControllerDeviceType : uint8
strongBlueprintable

UENUM(Blueprintable)

Enumerator
DT_SimpleController 
DT_ValveIndexController 
DT_ViveController 
DT_ViveProController 
DT_DaydreamController 
DT_OculusTouchController 
DT_OculusGoController 
DT_MicrosoftMotionController 
DT_MicrosoftXboxController 
DT_UnknownController 

Definition at line 28 of file OpenXRExpansionFunctionLibrary.h.

Function Documentation

◆ DECLARE_LOG_CATEGORY_EXTERN()

DECLARE_LOG_CATEGORY_EXTERN ( OpenXRExpansionFunctionLibraryLog ,
Log ,
All  )