A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
UPixoVRInputAdapter Class Reference

A class for resolving and managing input mappings for different platforms. More...

#include <PixoVRInputAdapter.h>

Inheritance diagram for UPixoVRInputAdapter:
[legend]

Public Member Functions

void ResolveMappings (const UDataTable *MappingsTable)
 

Private Member Functions

void AddMappings (const TArray< FPlatformInputSettings * > &CustomMappings)
 
 GENERATED_BODY ()
 
EPlatform GetPlatformType () const
 
void RemoveMappings () const
 

Detailed Description

A class for resolving and managing input mappings for different platforms.

Todo
Investigate if we need this or we can switch to standard or enhanced inputs.

UCLASS()

Definition at line 91 of file PixoVRInputAdapter.h.

Member Function Documentation

◆ AddMappings()

void UPixoVRInputAdapter::AddMappings ( const TArray< FPlatformInputSettings * > & CustomMappings)
private

Definition at line 57 of file PixoVRInputAdapter.cpp.

Here is the caller graph for this function:

◆ GENERATED_BODY()

UPixoVRInputAdapter::GENERATED_BODY ( )
private

◆ GetPlatformType()

EPlatform UPixoVRInputAdapter::GetPlatformType ( ) const
private

Definition at line 16 of file PixoVRInputAdapter.cpp.

◆ RemoveMappings()

void UPixoVRInputAdapter::RemoveMappings ( ) const
private

Definition at line 27 of file PixoVRInputAdapter.cpp.

Here is the caller graph for this function:

◆ ResolveMappings()

void UPixoVRInputAdapter::ResolveMappings ( const UDataTable * MappingsTable)

Definition at line 7 of file PixoVRInputAdapter.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following files: