APixoVRToolBase() | APixoVRToolBase | |
AudioComponent | APixoVRToolBase | protected |
bAdvancedDrop | APixoVRToolBase | protected |
bDestroyOnDrop | APixoVRToolBase | protected |
bDestroyOnExit | APixoVRToolBase | protected |
BeginPlay() override | APixoVRToolBase | protectedvirtual |
bIsGripAllowed | APixoVRToolBase | protected |
bIsGripped | APixoVRToolBase | protected |
bIsPaused | APixoVRToolBase | protected |
bIsPendingKill | APixoVRToolBase | |
bToggleCollisionOnUsage | APixoVRToolBase | protected |
CanExitsWithoutOwner() const | APixoVRToolBase | inline |
DefaultAttenuationSettings | APixoVRToolBase | protected |
DenyDropping() | APixoVRToolBase | |
DenyDropping_Implementation() override | APixoVRToolBase | virtual |
DenyGrippingPixoVR(UGripMotionControllerComponent *GrippingController) | APixoVRToolBase | |
DenyGrippingPixoVR_Implementation(UGripMotionControllerComponent *GrippingController) override | APixoVRToolBase | virtual |
DenyTriggerGripping() | APixoVRToolBase | |
DenyTriggerGripping_Implementation() override | APixoVRToolBase | virtual |
DestroyDelay | APixoVRToolBase | protected |
DestroyOnExit() | APixoVRToolBase | inline |
DestroyState | APixoVRToolBase | protected |
DisablePhysicsOnDrop() | APixoVRToolBase | |
DisablePhysicsOnDrop_Implementation() override | APixoVRToolBase | virtual |
GENERATED_BODY() | APixoVRToolBase | private |
GetDefaultAttenuationSettings() | APixoVRToolBase | private |
GetLifetimeReplicatedProps(TArray< FLifetimeProperty > &OutLifetimeProps) const override | APixoVRToolBase | virtual |
GrabBoxComponent | APixoVRToolBase | protected |
GrabHand | APixoVRToolBase | protected |
GripMode(EPixoVRGripModeEnum &GripMode) | APixoVRToolBase | |
GripMode_Implementation(EPixoVRGripModeEnum &GripMode) override | APixoVRToolBase | virtual |
GripSound | APixoVRToolBase | protected |
GripTriggerMode(EPixoVRGripTriggerModeEnum &GripTriggerMode) | APixoVRToolBase | |
GripTriggerMode_Implementation(EPixoVRGripTriggerModeEnum &GripTriggerMode) override | APixoVRToolBase | virtual |
GripTriggerTransform(UGripMotionControllerComponent *GrippingController, bool &bUseCustomTransform, FTransform &CustomTransform) | APixoVRToolBase | |
GripTriggerTransform_Implementation(UGripMotionControllerComponent *GrippingController, bool &bUseCustomTransform, FTransform &CustomTransform) override | APixoVRToolBase | virtual |
HandleDestroy() | APixoVRToolBase | |
InitializeTool(const FPixoToolData &InToolData) | APixoVRToolBase | |
InitializeTool_Implementation(const FPixoToolData &InToolData) override | APixoVRToolBase | virtual |
IsDestroyable() | APixoVRToolBase | |
IsGripped() | APixoVRToolBase | |
IsRightHand(UGripMotionControllerComponent *GrippingController) const | APixoVRToolBase | protected |
LeftHandGrip | APixoVRToolBase | protected |
MulticastAdjustPlayingSoundVolumeViaComponent(float InVolumeMultiplier) | APixoVRToolBase | private |
MulticastStartPlayingSound(USoundBase *Sound, const FVector &SoundLocation, float VolumeMultiplier) | APixoVRToolBase | private |
MulticastStartPlayingSoundViaComponent(USoundBase *Sound, float VolumeMultiplier) | APixoVRToolBase | private |
MulticastStopPlayingSound(USoundBase *Sound) | APixoVRToolBase | private |
MulticastStopPlayingSoundViaComponent() | APixoVRToolBase | private |
MulticastToggleCollision(ECollisionEnabled::Type Type) | APixoVRToolBase | private |
OnGripAction | APixoVRToolBase | protected |
OnGripObject(UGripMotionControllerComponent *GrippingController, AActor *GrippedActor) | APixoVRToolBase | |
OnGripObject_Implementation(UGripMotionControllerComponent *GrippingController, AActor *GrippedActor) override | APixoVRToolBase | virtual |
OnGripObjectRelease(UGripMotionControllerComponent *GrippingController, AActor *GrippedActor) | APixoVRToolBase | |
OnGripObjectRelease_Implementation(UGripMotionControllerComponent *GrippingController, AActor *GrippedActor) override | APixoVRToolBase | virtual |
OnObjectPaused() | APixoVRToolBase | |
OnObjectPaused_Implementation() override | APixoVRToolBase | virtual |
OnObjectUnPaused() | APixoVRToolBase | |
OnObjectUnPaused_Implementation() override | APixoVRToolBase | virtual |
OnOverlapBegin(UPrimitiveComponent *OverlappedComp, AActor *OtherActor, UPrimitiveComponent *OtherComp, int32 OtherBodyIndex, bool FromSweep, const FHitResult &SweepResult) | APixoVRToolBase | protectedvirtual |
OnTryGripObject(UGripMotionControllerComponent *GrippingController, AActor *GrippedActor) | APixoVRToolBase | |
OnTryGripObject_Implementation(UGripMotionControllerComponent *GrippingController, AActor *GrippedActor) override | APixoVRToolBase | virtual |
PairSecondaryTool(AActor *SecondaryTool) | IPixoVRToolInterface | |
RightHandGrip | APixoVRToolBase | protected |
ServerAdjustPlayingSoundVolumeViaComponent(float InVolumeMultiplier=1.0f) | APixoVRToolBase | protected |
ServerDestroyTool() | APixoVRToolBase | private |
ServerOnDropped() | APixoVRToolBase | protected |
ServerStartPlayingSound(USoundBase *Sound, const FVector &SoundLocation, float VolumeMultiplier=1.0f) | APixoVRToolBase | protected |
ServerStartPlayingSoundViaComponent(USoundBase *Sound, float VolumeMultiplier=1.0f) | APixoVRToolBase | protected |
ServerStopPlayingSound(USoundBase *Sound) | APixoVRToolBase | protected |
ServerStopPlayingSoundViaComponent() | APixoVRToolBase | protected |
ServerUseTool(UGripMotionControllerComponent *GrippingController, AActor *GrippedActor) | APixoVRToolBase | private |
Tick(float DeltaSeconds) override | APixoVRToolBase | protectedvirtual |
TimeBeforeKilled | APixoVRToolBase | |
ToggleState(EControllerHand Hand) | IPixoVRToolInterface | |
ToolData | APixoVRToolBase | protected |
ToolMeshComponent | APixoVRToolBase | protected |
Use(bool InActivate, EControllerHand Hand) | IPixoVRToolInterface | |