UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
AppleControllerInterface.cpp File Reference

Macros

#define APPLE_CONTROLLER_DEBUG   0
 
#define SET_PRESSED(Gamepad, PreviousGamepad, GCButton, UEButton)
 

Functions

 DEFINE_LOG_CATEGORY (LogAppleController)
 

Macro Definition Documentation

◆ APPLE_CONTROLLER_DEBUG

#define APPLE_CONTROLLER_DEBUG   0

◆ SET_PRESSED

#define SET_PRESSED (   Gamepad,
  PreviousGamepad,
  GCButton,
  UEButton 
)
Value:
{ \
bWasPressed = PreviousGamepad.GCButton.pressed; \
bIsPressed = Gamepad.GCButton.pressed; \
}
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127

Function Documentation

◆ DEFINE_LOG_CATEGORY()

DEFINE_LOG_CATEGORY ( LogAppleController  )