A blueprint class with 2 graphs.
More...
#include "/Game/Blueprints/Base/DemoPixoVRPlayerController"
|
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 2 graphs.
UDF Path: /Game /Blueprints /Base /DemoPixoVRPlayerController
Config: Config/DefaultEngine.ini
This blueprint is Data Only
Definition at line 12 of file ADemoPixoVRPlayerController_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 ADemoPixoVRPlayerController_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 |
◆ 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 ADemoPixoVRPlayerController_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 |
◆ FadeTimeline
FTimeline APixoVRPlayerController::FadeTimeline |
|
privateinherited |
◆ LastRotationInput
FRotator AVRPlayerController::LastRotationInput |
|
inherited |
The documentation for this class was generated from the following files: