#include "CoreMinimal.h"
#include "GripMotionControllerComponent.h"
#include "MotionControllerComponent.h"
#include "VRGripInterface.h"
#include "GameplayTagContainer.h"
#include "GameplayTagAssetInterface.h"
#include "VRInteractibleFunctionLibrary.h"
#include "PhysicsEngine/ConstraintInstance.h"
#include "Components/StaticMeshComponent.h"
#include "PhysicsPublic.h"
#include "VRMountComponent.generated.h"
Go to the source code of this file.
◆ EVRInteractibleMountAxis
UENUM(Blueprintable)
Enumerator |
---|
Axis_XZ | Limit Rotation to Yaw and Roll
|
Definition at line 28 of file VRMountComponent.h.