A Demo Project for the UnrealEngineSDK
|
USTRUCT() More...
#include <VRAIPerceptionOverrides.h>
Public Types | |
typedef UAISense_Sight_VR | FSenseClass |
Public Member Functions | |
FAISightEventVR () | |
FAISightEventVR (AActor *InSeenActor, AActor *InObserver, ESightPerceptionEventNameVR::Type InEventType) | |
GENERATED_USTRUCT_BODY () | |
Public Attributes | |
float | Age |
ESightPerceptionEventNameVR::Type | EventType |
AActor * | Observer |
UPROPERTY() | |
AActor * | SeenActor |
UPROPERTY() | |
USTRUCT()
Definition at line 110 of file VRAIPerceptionOverrides.h.
Definition at line 114 of file VRAIPerceptionOverrides.h.
|
inline |
Definition at line 129 of file VRAIPerceptionOverrides.h.
|
inline |
Definition at line 131 of file VRAIPerceptionOverrides.h.
FAISightEventVR::GENERATED_USTRUCT_BODY | ( | ) |
float FAISightEventVR::Age |
Definition at line 116 of file VRAIPerceptionOverrides.h.
ESightPerceptionEventNameVR::Type FAISightEventVR::EventType |
Definition at line 117 of file VRAIPerceptionOverrides.h.
AActor* FAISightEventVR::Observer |
UPROPERTY()
Definition at line 127 of file VRAIPerceptionOverrides.h.
AActor* FAISightEventVR::SeenActor |
UPROPERTY()
Definition at line 122 of file VRAIPerceptionOverrides.h.