A Demo Project for the UnrealEngineSDK
|
FOverlappingInfo is a structure that holds information about overlapping actors and components. More...
#include <PixoVRHand.h>
Public Member Functions | |
FOverlappingInfo () | |
Public Attributes | |
AActor * | OverlapActor |
UPrimitiveComponent * | OverlapComponent |
FName | Socket |
FOverlappingInfo is a structure that holds information about overlapping actors and components.
Definition at line 21 of file PixoVRHand.h.
|
inline |
Definition at line 23 of file PixoVRHand.h.
AActor* FOverlappingInfo::OverlapActor |
Definition at line 29 of file PixoVRHand.h.
UPrimitiveComponent* FOverlappingInfo::OverlapComponent |
Definition at line 30 of file PixoVRHand.h.
FName FOverlappingInfo::Socket |
Definition at line 31 of file PixoVRHand.h.