LEAP Documentation 40220
Documentation for the LEAP project
FInputActionMappingStruct Struct Reference

#include <InputRemappingNodes.h>

Public Member Functions

 FInputActionMappingStruct ()
 
 FInputActionMappingStruct (const FName &InMappingName, const FKey &InKey, const bool &InShift, const bool &InCtrl, const bool &InAlt, const bool &InCmd)
 

Public Attributes

FName MappingName
 
FKey Key
 
bool Shift
 
bool Ctrl
 
bool Alt
 
bool Cmd
 

Constructor & Destructor Documentation

◆ FInputActionMappingStruct() [1/2]

FInputActionMappingStruct::FInputActionMappingStruct ( )
inline

◆ FInputActionMappingStruct() [2/2]

FInputActionMappingStruct::FInputActionMappingStruct ( const FName &  InMappingName,
const FKey &  InKey,
const bool &  InShift,
const bool &  InCtrl,
const bool &  InAlt,
const bool &  InCmd 
)
inline

Member Data Documentation

◆ Alt

bool FInputActionMappingStruct::Alt

◆ Cmd

bool FInputActionMappingStruct::Cmd

◆ Ctrl

bool FInputActionMappingStruct::Ctrl

◆ Key

FKey FInputActionMappingStruct::Key

◆ MappingName

FName FInputActionMappingStruct::MappingName

◆ Shift

bool FInputActionMappingStruct::Shift

The documentation for this struct was generated from the following file: