Documentation for the Unreal C++ Plugin
Loading...
Searching...
No Matches
ABP_PixoLoginCharacter_C Class ReferenceBlueprint

A blueprint class with 2 graphs. More...

#include "/PixoCore/Blueprints/Login/BP_PixoLoginCharacter"

Inheritance diagram for ABP_PixoLoginCharacter_C:
[legend]

Public Member Functions

void ActivateFPSMode (bool Enable)
 For Windows.
 
void ActivateHint ()
 UFUNCTION(BlueprintCallable, Category = "Hint")
 
void ActivateLaserBeam (EControllerHand Hand, bool InActivate)
 Activate/Deactivate the Laser-beam.
 
void ActivateProgressBar (EControllerHand Hand, bool InActivate)
 UFUNCTION(BlueprintCallable, Server, Reliable, WithValidation, Category = "PixoVR")
 
void ActivateTeleporter (EControllerHand Hand, bool InActivate)
 Activate/Deactivate the Teleporter.
 
void ActivateWristMenu (EControllerHand Hand)
 Activate/Deactivate the Wrist Menu.
 
virtual void BeginPlay () override
 
virtual bool CanTeleport () const
 
void DeactivateHint ()
 UFUNCTION(BlueprintCallable, Category = "Hint")
 
void ExecuteTeleportation (EControllerHand Hand)
 UFUNCTION()
 
virtual void GetLifetimeReplicatedProps (TArray< FLifetimeProperty > &OutLifetimeProps) const override
 
virtual void GrabLeftPressed ()
 UFUNCTION(BlueprintCallable, Category = "Hands")
 
virtual void GrabLeftReleased ()
 UFUNCTION(BlueprintCallable, Category = "Hands")
 
virtual void GrabRightPressed ()
 UFUNCTION(BlueprintCallable, Category = "Hands")
 
virtual void GrabRightReleased ()
 UFUNCTION(BlueprintCallable, Category = "Hands")
 
void HandleActivateWristMenuPressed ()
 UFUNCTION(BlueprintCallable)
 
void HandleActivateWristMenuPressedLeft ()
 UFUNCTION(BlueprintCallable)
 
void HandleActivateWristMenuPressedRight ()
 UFUNCTION(BlueprintCallable)
 
void HandleHandAnimationLaser (EControllerHand Hand)
 UFUNCTION(BlueprintImplementableEvent, BlueprintCallable, Category ="PixoVR")
 
void HandleLaserBeamLeftPressed ()
 UFUNCTION(BlueprintCallable)
 
void HandleLaserBeamRightPressed ()
 UFUNCTION(BlueprintCallable)
 
void HandleLaserReleaseLeft ()
 
void HandleLaserReleaseRight ()
 
void HandleLaserSelect (EControllerHand Hand, bool Pressed)
 UFUNCTION()
 
void HandleLaserSelectEvent (EControllerHand Hand, bool Pressed)
 UFUNCTION(Server, Reliable)
 
void HandleLaserSelectLeft ()
 
void HandleLaserSelectRight ()
 
void HandleSelectWristMenuItemPressed ()
 UFUNCTION(BlueprintCallable)
 
virtual void HandleSelectWristMenuItemPressedLeft ()
 
virtual void HandleSelectWristMenuItemPressedRight ()
 
void HandleTeleportLeftByAxis (float CurrentAxisValue)
 UFUNCTION(BlueprintCallable)
 
void HandleTeleportLeftPressed ()
 UFUNCTION(BlueprintCallable)
 
void HandleTeleportLeftReleased ()
 UFUNCTION(BlueprintCallable)
 
void HandleTeleportLeftRight (float Value)
 UFUNCTION(Server, Unreliable, WithValidation)
 
void HandleTeleportLeftUp (float Value)
 UFUNCTION(Server, Unreliable, WithValidation)
 
void HandleTeleportRightByAxis (float CurrentAxisValue)
 UFUNCTION(BlueprintCallable)
 
void HandleTeleportRightPressed ()
 UFUNCTION(BlueprintCallable)
 
void HandleTeleportRightReleased ()
 UFUNCTION(BlueprintCallable)
 
void HandleTeleportRightRight (float Value)
 UFUNCTION(Server, Unreliable, WithValidation)
 
void HandleTeleportRightUp (float Value)
 UFUNCTION(Server, Unreliable, WithValidation)
 
virtual void HandleWristMenuDoubleTap (FKey InputKey)
 
virtual void HandleWristMenuItem1Pressed ()
 
virtual void HandleWristMenuItem2Pressed ()
 
virtual void HandleWristMenuItem3Pressed ()
 
virtual void HandleWristMenuItem4Pressed ()
 
virtual void HandleWristMenuItem5Pressed ()
 
virtual void HandleWristMenuItem6Pressed ()
 
virtual void HandleWristMenuItem7Pressed ()
 
virtual void HandleWristMenuItem8Pressed ()
 
void IsLaserActivated (bool &IsActivated, EControllerHand &Hand)
 
void IsOverWidgetUse (EControllerHand Hand, bool InPressed)
 UFUNCTION(Server, Reliable, WithValidation)
 
void LookUpAtRate (float Rate)
 
void MoveForward (float Value)
 
void MoveRight (float Value)
 
void MulticastActivateTeleporter (EControllerHand Hand, bool InActivate)
 UFUNCTION(BlueprintCallable, NetMulticast, Reliable, Category = "PixoVR")
 
void MultiHandleLaserSelectEvent (EControllerHand Hand, bool Pressed)
 UFUNCTION(NetMulticast, Reliable)
 
void NotifyActivateTeleporter (EControllerHand Hand, bool InActivate)
 UFUNCTION(BlueprintCallable, Server, Reliable, WithValidation, Category = "PixoVR")
 
FOnTeleportationActivated & OnTeleportationActivated ()
 
void PerformIsOverWidgetUse (EControllerHand Hand, bool InPressed)
 UFUNCTION(Client, Reliable)
 
virtual void PossessedBy (AController *NewController) override
 
void ReleasedLeftHand ()
 
void ReleasedRightHand ()
 
void ResetHand (bool RightHand)
 Reset hand animation to Open state and drop any object holding.
 
void ResetHandHoldingObject ()
 UFUNCTION(BlueprintCallable, Category = "Hands")
 
void SelectWristMenu (EControllerHand Hand)
 UFUNCTION(BlueprintCallable)
 
virtual void SetupPlayerInputComponent (UInputComponent *PlayerInputComponent) override
 
void ShowTool (EControllerHand Hand, AActor *Tool)
 UFUNCTION(BlueprintCallable)
 
AActorSpawnActorInHand (TSubclassOf< AActor > ActorClass, bool RightHand)
 UFUNCTION(BlueprintCallable, Category = "Hands")
 
void SpawnLaserBeam (EControllerHand Hand, bool InActivate)
 UFUNCTION()
 
void SpawnNewTeleporterClass (TSubclassOf< ATeleporterBase > TeleporterClass)
 UFUNCTION(BlueprintCallable, Category = "PixoVR")
 
void SpawnProgressBar ()
 UFUNCTION(Server, Reliable, WithValidation)
 
void SpawnTeleporter (EControllerHand Hand, bool InActivate)
 UFUNCTION()
 
void SpawnWristMenu ()
 UFUNCTION(Server, Reliable, WithValidation)
 
virtual void Tick (float DeltaTime) override
 
void TurnAtRate (float Rate)
 
virtual void TurnVRByAxis (float Value)
 
virtual void TurnVRLeft ()
 
virtual void TurnVRRight ()
 

Public Attributes

bool bActivateLeftLaser
 UPROPERTY(BlueprintReadOnly, Replicated)
 
bool bActivateRightLaser
 UPROPERTY(BlueprintReadOnly, Replicated)
 
float BaseLookUpRate
 
float BaseTurnRate
 
bool bDisableToolsInputBindings
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category="PixoVR", Meta=(Tooltip="If checked, Laser, Teleporter and Wrist Menu input handling will be disabled."))
 
bool bLaserBeamActive
 UPROPERTY(BlueprintReadWrite, Category = "PixoVR")
 
bool bLeftLaserBeamIsActiveOnStart
 UPROPERTY(EditDefaultsOnly, BlueprintReadOnly, Category = "PixoVR")
 
UStaticMeshComponent * Body
 UPROPERTY(VisibleAnywhere, BlueprintReadWrite, Category = "PixoVR", meta = (AllowPrivateAccess = "true"))
 
bool bRightLaserBeamIsActiveOnStart
 UPROPERTY(EditDefaultsOnly, BlueprintReadOnly, Category = "PixoVR")
 
bool bRotationByControllerEnabled = true
 UPROPERTY(EditAnywhere, Replicated, BlueprintReadWrite, Category = "PixoVR")
 
bool bTeleporterEnabled = true
 Allows for disabling of Teleporter via BP.
 
bool bTeleportSoundsEnabled = false
 UPROPERTY(BlueprintReadWrite, EditAnywhere, Category = "PixoVR")
 
EControllerHand CurrentWristMenuHand
 UPROPERTY(BlueprintReadOnly, VisibleAnywhere, Replicated, Category= "PixoVR")
 
float DefaultPlayerHeight
 UPROPERTY(EditDefaultsOnly, BlueprintReadWrite, Category = "PixoVR")
 
float DeflectionAngle = 30.0f
 The angle by which we rotate the player.
 
UStaticMeshComponent * FadeSphere
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Fade")
 
UStaticMeshComponent * Head
 UPROPERTY(VisibleAnywhere, BlueprintReadWrite, Category = "PixoVR", meta = (AllowPrivateAccess = "true"))
 
UHintManagerHintManager
 UPROPERTY(BlueprintReadOnly)
 
bool HoldToolLeft
 
bool HoldToolRight
 
UDataTable * InputsTable
 UPROPERTY(EditDefaultsOnly, BlueprintReadWrite, Category="PixoVR")
 
TSubclassOf< APixoVRLaserLaserControllerClass
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "PixoVR")
 
APixoVRLaserLaserControllerLeft
 UPROPERTY(BlueprintReadOnly, Replicated, Category = "PixoVR")
 
APixoVRLaserLaserControllerRight
 UPROPERTY(BlueprintReadOnly, Replicated, Category = "PixoVR")
 
FKey LastPressedKey
 
FVector2D LastTeleportLeftDirectionVector
 
FVector2D LastTeleportRightDirectionVector
 
FName LeftLaserBeamSocket
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "PixoVR")
 
FName LeftTeleporterSocket
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "PixoVR")
 
UPixoVRLongHoldComponentLongHoldComponent
 UPROPERTY(VisibleAnywhere, BlueprintReadWrite, Category = "PixoVR", meta = (AllowPrivateAccess = "true"))
 
FVector MirroredWristMenuScale
 
FOnCameraRotatedByController OnCameraRotatedByController
 UPROPERTY(BlueprintAssignable, Category = "Hands")
 
FOnHandGrabAction OnHandGrabAction
 UPROPERTY(BlueprintAssignable, Category = "Hands")
 
FOnWristMenuActivated OnWristMenuActivated
 UPROPERTY(BlueprintAssignable)
 
APixoVRCircleProgressProgressBar
 UPROPERTY(BlueprintReadOnly, Replicated, Category = "PixoVR", meta = (AllowPrivateAccess = "true"))
 
TSubclassOf< APixoVRCircleProgressProgressBarClass
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "PixoVR")
 
FName RightLaserBeamSocket
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "PixoVR")
 
FName RightTeleporterSocket
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "PixoVR")
 
TSubclassOf< ATeleporterBaseTeleportControllerClass
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "PixoVR")
 
ATeleporterBaseTeleportControllerLeft
 UPROPERTY(BlueprintReadOnly, Replicated, Category = "PixoVR")
 
ATeleporterBaseTeleportControllerRight
 UPROPERTY(BlueprintReadOnly, Replicated, Category = "PixoVR")
 
USoundCue * TeleportSoundCue
 UPROPERTY(BlueprintReadWrite, EditAnywhere, Category = "PixoVR", meta = (EditCondition = "bTeleportSoundsEnabled", EditConditionHides))
 
FName ToolSocket
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "PixoVR")
 
TSubclassOf< APixoVRHandVRHandClass
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Hands")
 
APixoVRHandVRHandLeft
 UPROPERTY(BlueprintReadOnly, Category = "Hands")
 
APixoVRHandVRHandRight
 UPROPERTY(BlueprintReadOnly, Category = "Hands")
 
APixoVRWristMenuWristMenu
 UPROPERTY(BlueprintReadOnly, Replicated, Category = "PixoVR", meta = (AllowPrivateAccess = "true"))
 
TSubclassOf< APixoVRWristMenuWristMenuClass
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "PixoVR")
 
USceneComponentWristMenuLoc
 UPROPERTY(VisibleAnywhere, BlueprintReadWrite, Category = "PixoVR")
 
FName WristMenuSocket
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "PixoVR")
 

Private Member Functions

void EventGraph ()
 
 GENERATED_BODY ()
 
void PlayerDestroyed (AActor *Act)
 UFUNCTION()
 
void UserConstructionScript ()
 

Private Attributes

bool bFPSMode
 
bool bIsOverWidgetUse = false
 UPROPERTY(Replicated)
 
UPixoVRInputAdapterInputAdapter
 UPROPERTY()
 
FOnTeleportationActivated OnTeleportationActivatedEvent
 

Detailed Description

A blueprint class with 2 graphs.

UDF Path:  /PixoCore /Blueprints /Login /BP_PixoLoginCharacter
Config: Config/DefaultEngine.ini

Definition at line 12 of file ABP_PixoLoginCharacter_C.h.

Member Function Documentation

◆ ActivateFPSMode()

void APixoVRCharacter::ActivateFPSMode ( bool Enable)
inheritedReliableNetMulticast

For Windows.

UFUNCTION(NetMulticast, Reliable)

Here is the caller graph for this function:

◆ ActivateHint()

void APixoVRCharacter::ActivateHint ( )
inheritedBlueprintCallable

UFUNCTION(BlueprintCallable, Category = "Hint")

Definition at line 1304 of file PixoVRCharacter.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ActivateLaserBeam()

void APixoVRCharacter::ActivateLaserBeam ( EControllerHand Hand,
bool InActivate )
inheritedBlueprintCallableReliableWithValidationServer

Activate/Deactivate the Laser-beam.

UFUNCTION(BlueprintCallable, Server, Reliable, WithValidation, Category = "PixoVR")

Here is the caller graph for this function:

◆ ActivateProgressBar()

void APixoVRCharacter::ActivateProgressBar ( EControllerHand Hand,
bool InActivate )
inheritedBlueprintCallableReliableWithValidationServer

UFUNCTION(BlueprintCallable, Server, Reliable, WithValidation, Category = "PixoVR")

◆ ActivateTeleporter()

void APixoVRCharacter::ActivateTeleporter ( EControllerHand Hand,
bool InActivate )
inheritedBlueprintCallable

Activate/Deactivate the Teleporter.

UFUNCTION(BlueprintCallable, Category = "PixoVR")

Definition at line 471 of file PixoVRCharacter.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ActivateWristMenu()

void APixoVRCharacter::ActivateWristMenu ( EControllerHand Hand)
inheritedBlueprintCallableReliableWithValidationServer

Activate/Deactivate the Wrist Menu.

UFUNCTION(BlueprintCallable, Server, Reliable, WithValidation, Category = "PixoVR")

Here is the caller graph for this function:

◆ BeginPlay()

void APixoVRCharacter::BeginPlay ( )
overridevirtualinherited

Definition at line 135 of file PixoVRCharacter.cpp.

Here is the call graph for this function:

◆ CanTeleport()

bool APixoVRCharacter::CanTeleport ( ) const
virtualinherited

Definition at line 446 of file PixoVRCharacter.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ DeactivateHint()

void APixoVRCharacter::DeactivateHint ( )
inheritedBlueprintCallable

UFUNCTION(BlueprintCallable, Category = "Hint")

Definition at line 1294 of file PixoVRCharacter.cpp.

Here is the call graph for this function:

◆ EventGraph()

void ABP_PixoLoginCharacter_C::EventGraph ( )
privateBlueprint
Event Graph

Definition at line 17 of file ABP_PixoLoginCharacter_C.cpp.

◆ ExecuteTeleportation()

void APixoVRCharacter::ExecuteTeleportation ( EControllerHand Hand)
inherited

UFUNCTION()

Definition at line 451 of file PixoVRCharacter.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ GENERATED_BODY()

APixoVRCharacter::GENERATED_BODY ( )
privateinherited

◆ GetLifetimeReplicatedProps()

void APixoVRCharacter::GetLifetimeReplicatedProps ( TArray< FLifetimeProperty > & OutLifetimeProps) const
overridevirtualinherited

Definition at line 302 of file PixoVRCharacter.cpp.

◆ GrabLeftPressed()

void APixoVRCharacter::GrabLeftPressed ( )
virtualinheritedBlueprintCallable

UFUNCTION(BlueprintCallable, Category = "Hands")

Definition at line 1018 of file PixoVRCharacter.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ GrabLeftReleased()

void APixoVRCharacter::GrabLeftReleased ( )
virtualinheritedBlueprintCallable

UFUNCTION(BlueprintCallable, Category = "Hands")

Definition at line 1172 of file PixoVRCharacter.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ GrabRightPressed()

void APixoVRCharacter::GrabRightPressed ( )
virtualinheritedBlueprintCallable

UFUNCTION(BlueprintCallable, Category = "Hands")

Definition at line 955 of file PixoVRCharacter.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ GrabRightReleased()

void APixoVRCharacter::GrabRightReleased ( )
virtualinheritedBlueprintCallable

UFUNCTION(BlueprintCallable, Category = "Hands")

Definition at line 1154 of file PixoVRCharacter.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ HandleActivateWristMenuPressed()

void APixoVRCharacter::HandleActivateWristMenuPressed ( )
inheritedBlueprintCallable

UFUNCTION(BlueprintCallable)

Definition at line 1523 of file PixoVRCharacter.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ HandleActivateWristMenuPressedLeft()

void APixoVRCharacter::HandleActivateWristMenuPressedLeft ( )
inheritedBlueprintCallable

UFUNCTION(BlueprintCallable)

Definition at line 1382 of file PixoVRCharacter.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ HandleActivateWristMenuPressedRight()

void APixoVRCharacter::HandleActivateWristMenuPressedRight ( )
inheritedBlueprintCallable

UFUNCTION(BlueprintCallable)

Definition at line 1387 of file PixoVRCharacter.cpp.

Here is the call graph for this function:

◆ HandleHandAnimationLaser()

void APixoVRCharacter::HandleHandAnimationLaser ( EControllerHand Hand)
inheritedBlueprintCallableBlueprintImplementableEvent

UFUNCTION(BlueprintImplementableEvent, BlueprintCallable, Category ="PixoVR")

◆ HandleLaserBeamLeftPressed()

void APixoVRCharacter::HandleLaserBeamLeftPressed ( )
inheritedBlueprintCallable

UFUNCTION(BlueprintCallable)

Definition at line 597 of file PixoVRCharacter.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ HandleLaserBeamRightPressed()

void APixoVRCharacter::HandleLaserBeamRightPressed ( )
inheritedBlueprintCallable

UFUNCTION(BlueprintCallable)

Definition at line 641 of file PixoVRCharacter.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ HandleLaserReleaseLeft()

void APixoVRCharacter::HandleLaserReleaseLeft ( )
inherited

Definition at line 783 of file PixoVRCharacter.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ HandleLaserReleaseRight()

void APixoVRCharacter::HandleLaserReleaseRight ( )
inherited

Definition at line 803 of file PixoVRCharacter.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ HandleLaserSelect()

void APixoVRCharacter::HandleLaserSelect ( EControllerHand Hand,
bool Pressed )
inherited

UFUNCTION()

Definition at line 823 of file PixoVRCharacter.cpp.

Here is the call graph for this function:

◆ HandleLaserSelectEvent()

void APixoVRCharacter::HandleLaserSelectEvent ( EControllerHand Hand,
bool Pressed )
inheritedReliableServer

UFUNCTION(Server, Reliable)

Here is the caller graph for this function:

◆ HandleLaserSelectLeft()

void APixoVRCharacter::HandleLaserSelectLeft ( )
inherited

Definition at line 773 of file PixoVRCharacter.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ HandleLaserSelectRight()

void APixoVRCharacter::HandleLaserSelectRight ( )
inherited

Definition at line 793 of file PixoVRCharacter.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ HandleSelectWristMenuItemPressed()

void APixoVRCharacter::HandleSelectWristMenuItemPressed ( )
inheritedBlueprintCallable

UFUNCTION(BlueprintCallable)

Definition at line 1528 of file PixoVRCharacter.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ HandleSelectWristMenuItemPressedLeft()

void APixoVRCharacter::HandleSelectWristMenuItemPressedLeft ( )
virtualinherited

Definition at line 1550 of file PixoVRCharacter.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ HandleSelectWristMenuItemPressedRight()

void APixoVRCharacter::HandleSelectWristMenuItemPressedRight ( )
virtualinherited

Definition at line 1558 of file PixoVRCharacter.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ HandleTeleportLeftByAxis()

void APixoVRCharacter::HandleTeleportLeftByAxis ( float CurrentAxisValue)
inheritedBlueprintCallable

UFUNCTION(BlueprintCallable)

Definition at line 392 of file PixoVRCharacter.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ HandleTeleportLeftPressed()

void APixoVRCharacter::HandleTeleportLeftPressed ( )
inheritedBlueprintCallable

UFUNCTION(BlueprintCallable)

Definition at line 352 of file PixoVRCharacter.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ HandleTeleportLeftReleased()

void APixoVRCharacter::HandleTeleportLeftReleased ( )
inheritedBlueprintCallable

UFUNCTION(BlueprintCallable)

Definition at line 362 of file PixoVRCharacter.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ HandleTeleportLeftRight()

void APixoVRCharacter::HandleTeleportLeftRight ( float Value)
inheritedUnreliableWithValidationServer

UFUNCTION(Server, Unreliable, WithValidation)

Here is the caller graph for this function:

◆ HandleTeleportLeftUp()

void APixoVRCharacter::HandleTeleportLeftUp ( float Value)
inheritedUnreliableWithValidationServer

UFUNCTION(Server, Unreliable, WithValidation)

Here is the caller graph for this function:

◆ HandleTeleportRightByAxis()

void APixoVRCharacter::HandleTeleportRightByAxis ( float CurrentAxisValue)
inheritedBlueprintCallable

UFUNCTION(BlueprintCallable)

Definition at line 419 of file PixoVRCharacter.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ HandleTeleportRightPressed()

void APixoVRCharacter::HandleTeleportRightPressed ( )
inheritedBlueprintCallable

UFUNCTION(BlueprintCallable)

Definition at line 372 of file PixoVRCharacter.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ HandleTeleportRightReleased()

void APixoVRCharacter::HandleTeleportRightReleased ( )
inheritedBlueprintCallable

UFUNCTION(BlueprintCallable)

Definition at line 382 of file PixoVRCharacter.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ HandleTeleportRightRight()

void APixoVRCharacter::HandleTeleportRightRight ( float Value)
inheritedUnreliableWithValidationServer

UFUNCTION(Server, Unreliable, WithValidation)

Here is the caller graph for this function:

◆ HandleTeleportRightUp()

void APixoVRCharacter::HandleTeleportRightUp ( float Value)
inheritedUnreliableWithValidationServer

UFUNCTION(Server, Unreliable, WithValidation)

Here is the caller graph for this function:

◆ HandleWristMenuDoubleTap()

void APixoVRCharacter::HandleWristMenuDoubleTap ( FKey InputKey)
virtualinherited

Definition at line 1392 of file PixoVRCharacter.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ HandleWristMenuItem1Pressed()

void APixoVRCharacter::HandleWristMenuItem1Pressed ( )
virtualinherited

Definition at line 1566 of file PixoVRCharacter.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ HandleWristMenuItem2Pressed()

void APixoVRCharacter::HandleWristMenuItem2Pressed ( )
virtualinherited

Definition at line 1571 of file PixoVRCharacter.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ HandleWristMenuItem3Pressed()

void APixoVRCharacter::HandleWristMenuItem3Pressed ( )
virtualinherited

Definition at line 1576 of file PixoVRCharacter.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ HandleWristMenuItem4Pressed()

void APixoVRCharacter::HandleWristMenuItem4Pressed ( )
virtualinherited

Definition at line 1581 of file PixoVRCharacter.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ HandleWristMenuItem5Pressed()

void APixoVRCharacter::HandleWristMenuItem5Pressed ( )
virtualinherited

Definition at line 1586 of file PixoVRCharacter.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ HandleWristMenuItem6Pressed()

void APixoVRCharacter::HandleWristMenuItem6Pressed ( )
virtualinherited

Definition at line 1591 of file PixoVRCharacter.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ HandleWristMenuItem7Pressed()

void APixoVRCharacter::HandleWristMenuItem7Pressed ( )
virtualinherited

Definition at line 1596 of file PixoVRCharacter.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ HandleWristMenuItem8Pressed()

void APixoVRCharacter::HandleWristMenuItem8Pressed ( )
virtualinherited

Definition at line 1601 of file PixoVRCharacter.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ IsLaserActivated()

void APixoVRCharacter::IsLaserActivated ( bool & IsActivated,
EControllerHand & Hand )
inherited

Definition at line 686 of file PixoVRCharacter.cpp.

◆ IsOverWidgetUse()

void APixoVRCharacter::IsOverWidgetUse ( EControllerHand Hand,
bool InPressed )
inheritedReliableWithValidationServer

UFUNCTION(Server, Reliable, WithValidation)

Here is the caller graph for this function:

◆ LookUpAtRate()

void APixoVRCharacter::LookUpAtRate ( float Rate)
inherited

Definition at line 950 of file PixoVRCharacter.cpp.

Here is the caller graph for this function:

◆ MoveForward()

void APixoVRCharacter::MoveForward ( float Value)
inherited

Definition at line 935 of file PixoVRCharacter.cpp.

Here is the caller graph for this function:

◆ MoveRight()

void APixoVRCharacter::MoveRight ( float Value)
inherited

Definition at line 940 of file PixoVRCharacter.cpp.

Here is the caller graph for this function:

◆ MulticastActivateTeleporter()

void APixoVRCharacter::MulticastActivateTeleporter ( EControllerHand Hand,
bool InActivate )
inheritedBlueprintCallableReliableNetMulticast

UFUNCTION(BlueprintCallable, NetMulticast, Reliable, Category = "PixoVR")

◆ MultiHandleLaserSelectEvent()

void APixoVRCharacter::MultiHandleLaserSelectEvent ( EControllerHand Hand,
bool Pressed )
inheritedReliableNetMulticast

UFUNCTION(NetMulticast, Reliable)

◆ NotifyActivateTeleporter()

void APixoVRCharacter::NotifyActivateTeleporter ( EControllerHand Hand,
bool InActivate )
inheritedBlueprintCallableReliableWithValidationServer

UFUNCTION(BlueprintCallable, Server, Reliable, WithValidation, Category = "PixoVR")

Here is the caller graph for this function:

◆ OnTeleportationActivated()

FOnTeleportationActivated & APixoVRCharacter::OnTeleportationActivated ( )
inlineinherited

Definition at line 229 of file PixoVRCharacter.h.

Here is the caller graph for this function:

◆ PerformIsOverWidgetUse()

void APixoVRCharacter::PerformIsOverWidgetUse ( EControllerHand Hand,
bool InPressed )
inheritedReliableClient

UFUNCTION(Client, Reliable)

◆ PlayerDestroyed()

void APixoVRCharacter::PlayerDestroyed ( AActor * Act)
privateinherited

UFUNCTION()

Definition at line 1314 of file PixoVRCharacter.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ PossessedBy()

void APixoVRCharacter::PossessedBy ( AController * NewController)
overridevirtualinherited

Definition at line 319 of file PixoVRCharacter.cpp.

Here is the call graph for this function:

◆ ReleasedLeftHand()

void APixoVRCharacter::ReleasedLeftHand ( )
inherited

Definition at line 1119 of file PixoVRCharacter.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ReleasedRightHand()

void APixoVRCharacter::ReleasedRightHand ( )
inherited

Definition at line 1081 of file PixoVRCharacter.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ResetHand()

void APixoVRCharacter::ResetHand ( bool RightHand)
inheritedBlueprintCallable

Reset hand animation to Open state and drop any object holding.

Parameters
RightHandRight or left hand.

UFUNCTION(BlueprintCallable, Category = "Hands")

Definition at line 1265 of file PixoVRCharacter.cpp.

Here is the call graph for this function:

◆ ResetHandHoldingObject()

void APixoVRCharacter::ResetHandHoldingObject ( )
inheritedBlueprintCallable

UFUNCTION(BlueprintCallable, Category = "Hands")

Definition at line 1253 of file PixoVRCharacter.cpp.

Here is the call graph for this function:

◆ SelectWristMenu()

void APixoVRCharacter::SelectWristMenu ( EControllerHand Hand)
inheritedBlueprintCallable

UFUNCTION(BlueprintCallable)

Definition at line 1542 of file PixoVRCharacter.cpp.

Here is the call graph for this function:

◆ SetupPlayerInputComponent()

void APixoVRCharacter::SetupPlayerInputComponent ( UInputComponent * PlayerInputComponent)
overridevirtualinherited

Definition at line 236 of file PixoVRCharacter.cpp.

Here is the call graph for this function:

◆ ShowTool()

void APixoVRCharacter::ShowTool ( EControllerHand Hand,
AActor * Tool )
inheritedBlueprintCallable

UFUNCTION(BlueprintCallable)

Definition at line 1277 of file PixoVRCharacter.cpp.

Here is the call graph for this function:

◆ SpawnActorInHand()

AActor * APixoVRCharacter::SpawnActorInHand ( TSubclassOf< AActor > ActorClass,
bool RightHand )
inheritedBlueprintCallable

UFUNCTION(BlueprintCallable, Category = "Hands")

Automatically spawns an actor in the hand, simulates the process of grabbing an object with the hand.

Parameters
ActorClassActor class to spawn
RightHandWhether actor should be spawned in right or left hand.
Returns
Spawned actor

Definition at line 1191 of file PixoVRCharacter.cpp.

Here is the call graph for this function:

◆ SpawnLaserBeam()

void APixoVRCharacter::SpawnLaserBeam ( EControllerHand Hand,
bool InActivate )
inherited

UFUNCTION()

Definition at line 728 of file PixoVRCharacter.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ SpawnNewTeleporterClass()

void APixoVRCharacter::SpawnNewTeleporterClass ( TSubclassOf< ATeleporterBase > TeleporterClass)
inheritedBlueprintCallable

UFUNCTION(BlueprintCallable, Category = "PixoVR")

Definition at line 547 of file PixoVRCharacter.cpp.

Here is the call graph for this function:

◆ SpawnProgressBar()

void APixoVRCharacter::SpawnProgressBar ( )
inheritedReliableWithValidationServer

UFUNCTION(Server, Reliable, WithValidation)

Here is the caller graph for this function:

◆ SpawnTeleporter()

void APixoVRCharacter::SpawnTeleporter ( EControllerHand Hand,
bool InActivate )
inherited

UFUNCTION()

Definition at line 500 of file PixoVRCharacter.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ SpawnWristMenu()

void APixoVRCharacter::SpawnWristMenu ( )
inheritedReliableWithValidationServer

UFUNCTION(Server, Reliable, WithValidation)

Here is the caller graph for this function:

◆ Tick()

void APixoVRCharacter::Tick ( float DeltaTime)
overridevirtualinherited

Definition at line 198 of file PixoVRCharacter.cpp.

Here is the call graph for this function:

◆ TurnAtRate()

void APixoVRCharacter::TurnAtRate ( float Rate)
inherited

Definition at line 945 of file PixoVRCharacter.cpp.

Here is the caller graph for this function:

◆ TurnVRByAxis()

void APixoVRCharacter::TurnVRByAxis ( float Value)
virtualinherited

Definition at line 898 of file PixoVRCharacter.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ TurnVRLeft()

void APixoVRCharacter::TurnVRLeft ( )
virtualinherited

Definition at line 913 of file PixoVRCharacter.cpp.

Here is the caller graph for this function:

◆ TurnVRRight()

void APixoVRCharacter::TurnVRRight ( )
virtualinherited

Definition at line 924 of file PixoVRCharacter.cpp.

Here is the caller graph for this function:

◆ UserConstructionScript()

void ABP_PixoLoginCharacter_C::UserConstructionScript ( )
privateBlueprint
User Construction Script

Definition at line 13 of file ABP_PixoLoginCharacter_C.cpp.

Member Data Documentation

◆ bActivateLeftLaser

bool APixoVRCharacter::bActivateLeftLaser
inheritedReplicatedBlueprintReadOnly

UPROPERTY(BlueprintReadOnly, Replicated)

Definition at line 359 of file PixoVRCharacter.h.

◆ bActivateRightLaser

bool APixoVRCharacter::bActivateRightLaser
inheritedReplicatedBlueprintReadOnly

UPROPERTY(BlueprintReadOnly, Replicated)

Definition at line 366 of file PixoVRCharacter.h.

◆ BaseLookUpRate

float APixoVRCharacter::BaseLookUpRate
inherited

Definition at line 655 of file PixoVRCharacter.h.

◆ BaseTurnRate

float APixoVRCharacter::BaseTurnRate
inherited

Definition at line 654 of file PixoVRCharacter.h.

◆ bDisableToolsInputBindings

bool APixoVRCharacter::bDisableToolsInputBindings
inheritedEditAnywhereBlueprintReadWrite

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category="PixoVR", Meta=(Tooltip="If checked, Laser, Teleporter and Wrist Menu input handling will be disabled."))

Definition at line 663 of file PixoVRCharacter.h.

◆ bFPSMode

bool APixoVRCharacter::bFPSMode
privateinherited

Definition at line 702 of file PixoVRCharacter.h.

◆ bIsOverWidgetUse

bool APixoVRCharacter::bIsOverWidgetUse = false
privateinheritedReplicated

UPROPERTY(Replicated)

Definition at line 710 of file PixoVRCharacter.h.

◆ bLaserBeamActive

bool APixoVRCharacter::bLaserBeamActive
inheritedBlueprintReadWrite

UPROPERTY(BlueprintReadWrite, Category = "PixoVR")

Definition at line 161 of file PixoVRCharacter.h.

◆ bLeftLaserBeamIsActiveOnStart

bool APixoVRCharacter::bLeftLaserBeamIsActiveOnStart
inheritedBlueprintReadOnlyEditDefaultsOnly

UPROPERTY(EditDefaultsOnly, BlueprintReadOnly, Category = "PixoVR")

Definition at line 338 of file PixoVRCharacter.h.

◆ Body

UStaticMeshComponent* APixoVRCharacter::Body
inheritedVisibleAnywhereBlueprintReadWrite

UPROPERTY(VisibleAnywhere, BlueprintReadWrite, Category = "PixoVR", meta = (AllowPrivateAccess = "true"))

Definition at line 684 of file PixoVRCharacter.h.

◆ bRightLaserBeamIsActiveOnStart

bool APixoVRCharacter::bRightLaserBeamIsActiveOnStart
inheritedBlueprintReadOnlyEditDefaultsOnly

UPROPERTY(EditDefaultsOnly, BlueprintReadOnly, Category = "PixoVR")

Definition at line 345 of file PixoVRCharacter.h.

◆ bRotationByControllerEnabled

bool APixoVRCharacter::bRotationByControllerEnabled = true
inheritedReplicatedEditAnywhereBlueprintReadWrite

UPROPERTY(EditAnywhere, Replicated, BlueprintReadWrite, Category = "PixoVR")

Definition at line 213 of file PixoVRCharacter.h.

◆ bTeleporterEnabled

bool APixoVRCharacter::bTeleporterEnabled = true
inheritedReplicatedEditAnywhereBlueprintReadWrite

Allows for disabling of Teleporter via BP.

UPROPERTY(EditAnywhere, Replicated, BlueprintReadWrite, Category = "PixoVR")

Definition at line 205 of file PixoVRCharacter.h.

◆ bTeleportSoundsEnabled

bool APixoVRCharacter::bTeleportSoundsEnabled = false
inheritedEditAnywhereBlueprintReadWrite

UPROPERTY(BlueprintReadWrite, EditAnywhere, Category = "PixoVR")

Set true if sound effects should be played when this actor is gripped.

Definition at line 220 of file PixoVRCharacter.h.

◆ CurrentWristMenuHand

EControllerHand APixoVRCharacter::CurrentWristMenuHand
inheritedReplicatedBlueprintReadOnlyVisibleAnywhere

UPROPERTY(BlueprintReadOnly, VisibleAnywhere, Replicated, Category= "PixoVR")

Definition at line 505 of file PixoVRCharacter.h.

◆ DefaultPlayerHeight

float APixoVRCharacter::DefaultPlayerHeight
inheritedEditDefaultsOnlyBlueprintReadWrite

UPROPERTY(EditDefaultsOnly, BlueprintReadWrite, Category = "PixoVR")

Definition at line 54 of file PixoVRCharacter.h.

◆ DeflectionAngle

float APixoVRCharacter::DeflectionAngle = 30.0f
inherited

The angle by which we rotate the player.

Definition at line 656 of file PixoVRCharacter.h.

◆ FadeSphere

UStaticMeshComponent* APixoVRCharacter::FadeSphere
inheritedEditAnywhereBlueprintReadWrite

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Fade")

Definition at line 622 of file PixoVRCharacter.h.

◆ Head

UStaticMeshComponent* APixoVRCharacter::Head
inheritedVisibleAnywhereBlueprintReadWrite

UPROPERTY(VisibleAnywhere, BlueprintReadWrite, Category = "PixoVR", meta = (AllowPrivateAccess = "true"))

Definition at line 677 of file PixoVRCharacter.h.

◆ HintManager

UHintManager* APixoVRCharacter::HintManager
inheritedBlueprintReadOnly

UPROPERTY(BlueprintReadOnly)

Definition at line 641 of file PixoVRCharacter.h.

◆ HoldToolLeft

bool APixoVRCharacter::HoldToolLeft
inherited

Definition at line 602 of file PixoVRCharacter.h.

◆ HoldToolRight

bool APixoVRCharacter::HoldToolRight
inherited

Definition at line 601 of file PixoVRCharacter.h.

◆ InputAdapter

UPixoVRInputAdapter* APixoVRCharacter::InputAdapter
privateinherited

UPROPERTY()

Definition at line 700 of file PixoVRCharacter.h.

◆ InputsTable

UDataTable* APixoVRCharacter::InputsTable
inheritedEditDefaultsOnlyBlueprintReadWrite

UPROPERTY(EditDefaultsOnly, BlueprintReadWrite, Category="PixoVR")

Definition at line 670 of file PixoVRCharacter.h.

◆ LaserControllerClass

TSubclassOf<APixoVRLaser> APixoVRCharacter::LaserControllerClass
inheritedEditAnywhereBlueprintReadWrite

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "PixoVR")

Definition at line 352 of file PixoVRCharacter.h.

◆ LaserControllerLeft

APixoVRLaser* APixoVRCharacter::LaserControllerLeft
inheritedReplicatedBlueprintReadOnly

UPROPERTY(BlueprintReadOnly, Replicated, Category = "PixoVR")

Definition at line 324 of file PixoVRCharacter.h.

◆ LaserControllerRight

APixoVRLaser* APixoVRCharacter::LaserControllerRight
inheritedReplicatedBlueprintReadOnly

UPROPERTY(BlueprintReadOnly, Replicated, Category = "PixoVR")

Definition at line 331 of file PixoVRCharacter.h.

◆ LastPressedKey

FKey APixoVRCharacter::LastPressedKey
inherited

Definition at line 689 of file PixoVRCharacter.h.

◆ LastTeleportLeftDirectionVector

FVector2D APixoVRCharacter::LastTeleportLeftDirectionVector
inherited

Definition at line 686 of file PixoVRCharacter.h.

◆ LastTeleportRightDirectionVector

FVector2D APixoVRCharacter::LastTeleportRightDirectionVector
inherited

Definition at line 687 of file PixoVRCharacter.h.

◆ LeftLaserBeamSocket

FName APixoVRCharacter::LeftLaserBeamSocket
inheritedEditAnywhereBlueprintReadWrite

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "PixoVR")

Definition at line 310 of file PixoVRCharacter.h.

◆ LeftTeleporterSocket

FName APixoVRCharacter::LeftTeleporterSocket
inheritedEditAnywhereBlueprintReadWrite

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "PixoVR")

Definition at line 168 of file PixoVRCharacter.h.

◆ LongHoldComponent

UPixoVRLongHoldComponent* APixoVRCharacter::LongHoldComponent
inheritedVisibleAnywhereBlueprintReadWrite

UPROPERTY(VisibleAnywhere, BlueprintReadWrite, Category = "PixoVR", meta = (AllowPrivateAccess = "true"))

Definition at line 488 of file PixoVRCharacter.h.

◆ MirroredWristMenuScale

FVector APixoVRCharacter::MirroredWristMenuScale
inherited

Definition at line 497 of file PixoVRCharacter.h.

◆ OnCameraRotatedByController

FOnCameraRotatedByController APixoVRCharacter::OnCameraRotatedByController
inheritedBlueprintAssignable

UPROPERTY(BlueprintAssignable, Category = "Hands")

Definition at line 634 of file PixoVRCharacter.h.

◆ OnHandGrabAction

FOnHandGrabAction APixoVRCharacter::OnHandGrabAction
inheritedBlueprintAssignable

UPROPERTY(BlueprintAssignable, Category = "Hands")

Definition at line 628 of file PixoVRCharacter.h.

◆ OnTeleportationActivatedEvent

FOnTeleportationActivated APixoVRCharacter::OnTeleportationActivatedEvent
privateinherited

Definition at line 704 of file PixoVRCharacter.h.

◆ OnWristMenuActivated

FOnWristMenuActivated APixoVRCharacter::OnWristMenuActivated
inheritedBlueprintAssignable

UPROPERTY(BlueprintAssignable)

Definition at line 511 of file PixoVRCharacter.h.

◆ ProgressBar

APixoVRCircleProgress* APixoVRCharacter::ProgressBar
inheritedReplicatedBlueprintReadOnly

UPROPERTY(BlueprintReadOnly, Replicated, Category = "PixoVR", meta = (AllowPrivateAccess = "true"))

Definition at line 495 of file PixoVRCharacter.h.

◆ ProgressBarClass

TSubclassOf<APixoVRCircleProgress> APixoVRCharacter::ProgressBarClass
inheritedEditAnywhereBlueprintReadWrite

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "PixoVR")

Definition at line 467 of file PixoVRCharacter.h.

◆ RightLaserBeamSocket

FName APixoVRCharacter::RightLaserBeamSocket
inheritedEditAnywhereBlueprintReadWrite

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "PixoVR")

Definition at line 317 of file PixoVRCharacter.h.

◆ RightTeleporterSocket

FName APixoVRCharacter::RightTeleporterSocket
inheritedEditAnywhereBlueprintReadWrite

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "PixoVR")

Definition at line 175 of file PixoVRCharacter.h.

◆ TeleportControllerClass

TSubclassOf<ATeleporterBase> APixoVRCharacter::TeleportControllerClass
inheritedEditAnywhereBlueprintReadWrite

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "PixoVR")

Definition at line 196 of file PixoVRCharacter.h.

◆ TeleportControllerLeft

ATeleporterBase* APixoVRCharacter::TeleportControllerLeft
inheritedReplicatedBlueprintReadOnly

UPROPERTY(BlueprintReadOnly, Replicated, Category = "PixoVR")

Definition at line 182 of file PixoVRCharacter.h.

◆ TeleportControllerRight

ATeleporterBase* APixoVRCharacter::TeleportControllerRight
inheritedReplicatedBlueprintReadOnly

UPROPERTY(BlueprintReadOnly, Replicated, Category = "PixoVR")

Definition at line 189 of file PixoVRCharacter.h.

◆ TeleportSoundCue

USoundCue* APixoVRCharacter::TeleportSoundCue
inheritedEditAnywhereBlueprintReadWrite

UPROPERTY(BlueprintReadWrite, EditAnywhere, Category = "PixoVR", meta = (EditCondition = "bTeleportSoundsEnabled", EditConditionHides))

Definition at line 227 of file PixoVRCharacter.h.

◆ ToolSocket

FName APixoVRCharacter::ToolSocket
inheritedEditAnywhereBlueprintReadWrite

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "PixoVR")

Definition at line 615 of file PixoVRCharacter.h.

◆ VRHandClass

TSubclassOf<APixoVRHand> APixoVRCharacter::VRHandClass
inheritedEditAnywhereBlueprintReadWrite

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Hands")

Definition at line 538 of file PixoVRCharacter.h.

◆ VRHandLeft

APixoVRHand* APixoVRCharacter::VRHandLeft
inheritedBlueprintReadOnly

UPROPERTY(BlueprintReadOnly, Category = "Hands")

Definition at line 544 of file PixoVRCharacter.h.

◆ VRHandRight

APixoVRHand* APixoVRCharacter::VRHandRight
inheritedBlueprintReadOnly

UPROPERTY(BlueprintReadOnly, Category = "Hands")

Definition at line 549 of file PixoVRCharacter.h.

◆ WristMenu

APixoVRWristMenu* APixoVRCharacter::WristMenu
inheritedReplicatedBlueprintReadOnly

UPROPERTY(BlueprintReadOnly, Replicated, Category = "PixoVR", meta = (AllowPrivateAccess = "true"))

Definition at line 481 of file PixoVRCharacter.h.

◆ WristMenuClass

TSubclassOf<APixoVRWristMenu> APixoVRCharacter::WristMenuClass
inheritedEditAnywhereBlueprintReadWrite

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "PixoVR")

Definition at line 460 of file PixoVRCharacter.h.

◆ WristMenuLoc

USceneComponent* APixoVRCharacter::WristMenuLoc
inheritedVisibleAnywhereBlueprintReadWrite

UPROPERTY(VisibleAnywhere, BlueprintReadWrite, Category = "PixoVR")

Definition at line 453 of file PixoVRCharacter.h.

◆ WristMenuSocket

FName APixoVRCharacter::WristMenuSocket
inheritedEditAnywhereBlueprintReadWrite

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "PixoVR")

Definition at line 474 of file PixoVRCharacter.h.


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