A blueprint class with 3 graphs.
More...
#include "/PixoTutorial/Blueprints/Core/BP_TUT_PixoVRPlayerController"
|
virtual void | BeginPlay () override |
|
void | ClientFadeIn (float FadeDuration) |
| UFUNCTION(Client, Reliable)
|
|
void | ClientFadeOut (float FadeDuration) |
| UFUNCTION(Client, Reliable)
|
|
void | FadeIn (float FadeDuration=1.0f) |
| UFUNCTION(BlueprintCallable, Category = "Fade")
|
|
void | FadeOut (float FadeDuration=1.0f) |
| UFUNCTION(BlueprintCallable, Category = "Fade")
|
|
void | OnCameraManagerCreated (APlayerCameraManager *CameraManager) |
| UFUNCTION(BlueprintImplementableEvent, meta = (DisplayName = "OnCameraManagerCreated"), Category = Actor)
|
|
virtual void | PlayerTick (float DeltaTime) override |
|
void | PlayHapticFeedback (bool RightHand, float Duration, float Strength) |
| UFUNCTION(BlueprintCallable, Category = "Haptic")
|
|
virtual void | SpawnPlayerCameraManager () override |
|
virtual void | Tick (float DeltaTime) override |
|
A blueprint class with 3 graphs.
UDF Path: /PixoTutorial /Blueprints /Core /BP_TUT_PixoVRPlayerController
Config: Config/DefaultEngine.ini
Definition at line 11 of file ABP_TUT_PixoVRPlayerController_C.h.
◆ BeginPlay()
void APixoVRPlayerController::BeginPlay |
( |
| ) |
|
|
overridevirtualinherited |
◆ ClientFadeIn()
void APixoVRPlayerController::ClientFadeIn |
( |
float | FadeDuration | ) |
|
|
inheritedReliableClient |
UFUNCTION(Client, Reliable)
◆ ClientFadeOut()
void APixoVRPlayerController::ClientFadeOut |
( |
float | FadeDuration | ) |
|
|
inheritedReliableClient |
UFUNCTION(Client, Reliable)
◆ EventGraph()
void ABP_TUT_PixoVRPlayerController_C::EventGraph |
( |
| ) |
|
|
privateBlueprint |
◆ FadeIn()
void APixoVRPlayerController::FadeIn |
( |
float | FadeDuration = 1.0f | ) |
|
|
inheritedBlueprintCallable |
◆ FadeOpacityTimelineProgress()
void APixoVRPlayerController::FadeOpacityTimelineProgress |
( |
float | Value | ) |
|
|
privateinherited |
◆ FadeOut()
void APixoVRPlayerController::FadeOut |
( |
float | FadeDuration = 1.0f | ) |
|
|
inheritedBlueprintCallable |
◆ FindPlaceAndSpawnPanel()
void ABP_TUT_PixoVRPlayerController_C::FindPlaceAndSpawnPanel |
( |
| ) |
|
|
privateBlueprint |
◆ GENERATED_BODY()
APixoVRPlayerController::GENERATED_BODY |
( |
| ) |
|
|
privateinherited |
◆ ImmediateFadeIn()
void APixoVRPlayerController::ImmediateFadeIn |
( |
| ) |
|
|
privateinherited |
◆ ImmediateFadeOut()
void APixoVRPlayerController::ImmediateFadeOut |
( |
| ) |
|
|
privateinherited |
◆ OnCameraManagerCreated()
void AVRBasePlayerController::OnCameraManagerCreated |
( |
APlayerCameraManager * | CameraManager | ) |
|
|
inheritedBlueprintImplementableEvent |
UFUNCTION(BlueprintImplementableEvent, meta = (DisplayName = "OnCameraManagerCreated"), Category = Actor)
◆ PlayerTick()
void AVRPlayerController::PlayerTick |
( |
float | DeltaTime | ) |
|
|
overridevirtualinherited |
Processes player input (immediately after PlayerInput gets ticked) and calls UpdateRotation(). PlayerTick is only called if the PlayerController has a PlayerInput object. Therefore, it will only be called for locally controlled PlayerControllers. I am overriding this so that for VRCharacters it doesn't apply the view rotation and instead lets CMC handle it
Definition at line 44 of file VRPlayerController.cpp.
◆ PlayHapticFeedback()
void APixoVRPlayerController::PlayHapticFeedback |
( |
bool | RightHand, |
|
|
float | Duration, |
|
|
float | Strength ) |
|
inheritedBlueprintCallable |
◆ SpawnPlayerCameraManager()
void AVRPlayerController::SpawnPlayerCameraManager |
( |
| ) |
|
|
overridevirtualinherited |
◆ Tick()
void APixoVRPlayerController::Tick |
( |
float | DeltaTime | ) |
|
|
overridevirtualinherited |
◆ UserConstructionScript()
void ABP_TUT_PixoVRPlayerController_C::UserConstructionScript |
( |
| ) |
|
|
privateBlueprint |
◆ bDisableServerUpdateCamera
bool AVRPlayerController::bDisableServerUpdateCamera |
|
inheritedEditAnywhereBlueprintReadWrite |
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "VRPlayerController")
Definition at line 65 of file VRPlayerController.h.
◆ ChangingFadeOpacityCurve
UCurveFloat* APixoVRPlayerController::ChangingFadeOpacityCurve |
|
inheritedBlueprintReadOnlyEditAnywhere |
◆ CurrentWidgetMenu
AActor* ABP_TUT_PixoVRPlayerController_C::CurrentWidgetMenu |
|
protected |
◆ DispatchMenu
◆ FadeTimeline
FTimeline APixoVRPlayerController::FadeTimeline |
|
privateinherited |
◆ isToolboxAvailable
bool ABP_TUT_PixoVRPlayerController_C::isToolboxAvailable |
|
protected |
◆ LastRotationInput
FRotator AVRPlayerController::LastRotationInput |
|
inherited |
◆ QuitMenu
AActor* ABP_TUT_PixoVRPlayerController_C::QuitMenu |
|
protected |
◆ ToolMenuDistance
float ABP_TUT_PixoVRPlayerController_C::ToolMenuDistance |
|
protected |
◆ ToolMenuSpawnAngleStep
float ABP_TUT_PixoVRPlayerController_C::ToolMenuSpawnAngleStep |
|
protected |
◆ TutorialDialogueManager
The documentation for this class was generated from the following files: