Head Mounted VR 2.5
|
Climbable class. Can be used for ladders, obstacles etc More...
#include <VR_Climbable.h>
Public Member Functions | |
AVR_Climbable () | |
virtual void | Tick (float DeltaTime) override |
FORCEINLINE class UStaticMeshComponent * | GetMesh () const |
Get Pickup Mesh More... | |
Public Member Functions inherited from AVR_Actor | |
AVR_Actor () | |
virtual void | Tick (float DeltaTime) override |
virtual bool | IsColliding_Implementation () |
void | OnHitCheckColliding (UPrimitiveComponent *HitComponent, AActor *OtherActor, UPrimitiveComponent *OtherComp, FVector normalImpulse, const FHitResult &Hit) |
Public Member Functions inherited from IVR_InteractionInterface | |
bool | IsGrabbed () |
bool | CanPullGrab () |
void | Grab (class UVR_HandComponent *MotionController, bool &HandleStatus, bool bFroceAttachHandle) |
Used for interaction with objects such as door More... | |
bool | IsColliding () |
void | Drop (class UVR_HandComponent *MotionController) |
Stop object interaction More... | |
void | Shoot () |
bool | IsHeldBy (class UVR_HandComponent *MotionController) |
Indetify if object is held by MotionController More... | |
bool | CanNonVRInteract () |
bool | ForceCheckForGrabComponents () |
void | NonVRInteraction (AVR_Player *Player) |
bool | IsNonVRInteractTillStop () |
void | Stop_NonVRInteraction (AVR_Player *Player) |
Stop object interaction More... | |
Protected Member Functions | |
virtual void | BeginPlay () override |
virtual void | BeginPlay () override |
Additional Inherited Members | |
Protected Attributes inherited from AVR_Actor | |
bool | bIsColliding = false |
Climbable class. Can be used for ladders, obstacles etc
AVR_Climbable::AVR_Climbable | ( | ) |
|
overrideprotectedvirtual |
Reimplemented from AVR_Actor.
|
inline |
Get Pickup Mesh
|
overridevirtual |
Reimplemented from AVR_Actor.