Head Mounted VR 2.5
Loading...
Searching...
No Matches
AVR_Climbable Class Reference

Climbable class. Can be used for ladders, obstacles etc More...

#include <VR_Climbable.h>

+ Inheritance diagram for AVR_Climbable:

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
 

Detailed Description

Climbable class. Can be used for ladders, obstacles etc

Constructor & Destructor Documentation

◆ AVR_Climbable()

AVR_Climbable::AVR_Climbable ( )

Member Function Documentation

◆ BeginPlay()

void AVR_Climbable::BeginPlay ( )
overrideprotectedvirtual

Reimplemented from AVR_Actor.

◆ GetMesh()

FORCEINLINE class UStaticMeshComponent * AVR_Climbable::GetMesh ( ) const
inline

Get Pickup Mesh

Note
Blueprint Callable , Category = "Object|Grab"
Returns
Returns StaticMeshComponent

◆ Tick()

void AVR_Climbable::Tick ( float  DeltaTime)
overridevirtual

Reimplemented from AVR_Actor.


The documentation for this class was generated from the following files: