|
Head Mounted VR 3.0
|
Menu which is attached to the players.Spanws after holding button. More...
#include <VR_PauseMenu.h>
Inheritance diagram for AVR_PauseMenu:Public Member Functions | |
| AVR_PauseMenu () | |
| virtual void | Grab_Implementation (class UVR_HandComponent *MotionController, bool &HandleStatus, bool bFroceAttachHandle) |
| Pickup Implementation. | |
| virtual void | Tick (float DeltaTime) override |
Public Member Functions inherited from AVR_Actor | |
| AVR_Actor () | |
| 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. | |
| bool | IsColliding () |
| void | Drop (class UVR_HandComponent *MotionController) |
| Stop object interaction. | |
| void | Shoot () |
| bool | IsHeldBy (class UVR_HandComponent *MotionController) |
| Indetify if object is held by MotionController. | |
| bool | CanNonVRInteract () |
| bool | ForceCheckForGrabComponents () |
| void | NonVRInteraction (AVR_Player *Player) |
| bool | IsNonVRInteractTillStop () |
| void | Stop_NonVRInteraction (AVR_Player *Player) |
| Stop object interaction. | |
Public Attributes | |
| class USceneComponent * | RootScene |
| class UStaticMeshComponent * | MenuMesh |
| APawn * | OwnerPawn |
Protected Member Functions | |
| virtual void | BeginPlay () override |
Protected Member Functions inherited from AVR_Actor | |
Protected Attributes | |
| class USceneComponent * | P_MotionController |
Protected Attributes inherited from AVR_Actor | |
| bool | bIsColliding = false |
Menu which is attached to the players.Spanws after holding button.
| AVR_PauseMenu::AVR_PauseMenu | ( | ) |
|
overrideprotectedvirtual |
Reimplemented from AVR_Actor.
|
virtual |
Pickup Implementation.
|
overridevirtual |
Reimplemented from AVR_Actor.
| class UStaticMeshComponent* AVR_PauseMenu::MenuMesh |
| APawn* AVR_PauseMenu::OwnerPawn |
|
protected |
| class USceneComponent* AVR_PauseMenu::RootScene |