#include "CoreMinimal.h"
#include "Engine/Engine.h"
#include "VRBPDatatypes.h"
#include "Algo/Reverse.h"
#include "Components/SplineMeshComponent.h"
#include "Components/SplineComponent.h"
#include "VRBaseCharacter.h"
#include "Engine/DataAsset.h"
#include "DrawDebugHelpers.h"
#include "Components/LineBatchComponent.h"
#include "Engine/EngineTypes.h"
#include "Engine/EngineBaseTypes.h"
#include "TimerManager.h"
#include "VRGestureComponent.generated.h"
Go to the source code of this file.
|
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_FourParams (FVRGestureDetectedSignature, uint8, GestureType, FString, DetectedGestureName, int, DetectedGestureIndex, UGesturesDatabase *, GestureDataBase) |
|
| DECLARE_STATS_GROUP (TEXT("TICKGesture"), STATGROUP_TickGesture, STATCAT_Advanced) |
|
◆ EVRGestureMirrorMode
UENUM(Blueprintable)
Enumerator |
---|
GES_NoMirror | |
GES_MirrorLeft | |
GES_MirrorRight | |
GES_MirrorBoth | |
Definition at line 39 of file VRGestureComponent.h.
◆ EVRGestureState
UENUM(Blueprintable)
Enumerator |
---|
GES_None | |
GES_Recording | |
GES_Detecting | |
Definition at line 27 of file VRGestureComponent.h.
◆ DECLARE_DYNAMIC_MULTICAST_DELEGATE_FourParams()
DECLARE_DYNAMIC_MULTICAST_DELEGATE_FourParams |
( |
FVRGestureDetectedSignature | , |
|
|
uint8 | , |
|
|
GestureType | , |
|
|
FString | , |
|
|
DetectedGestureName | , |
|
|
int | , |
|
|
DetectedGestureIndex | , |
|
|
UGesturesDatabase * | , |
|
|
GestureDataBase | ) |
Delegate for notification when the lever state changes.
◆ DECLARE_STATS_GROUP()
DECLARE_STATS_GROUP |
( |
TEXT("TICKGesture") | , |
|
|
STATGROUP_TickGesture | , |
|
|
STATCAT_Advanced | ) |