A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
AVRPlayerStart Class ReferenceBlueprintable

UCLASS(Blueprintable, ClassGroup = Common, hidecategories = Collision) More...

#include <VRPlayerStart.h>

Inheritance diagram for AVRPlayerStart:
[legend]

Public Member Functions

 AVRPlayerStart (const FObjectInitializer &ObjectInitializer)
 
void FindBase () override
 
virtual void GetSimpleCollisionCylinder (float &CollisionRadius, float &CollisionHalfHeight) const override
 
class USceneComponentGetVRRootComponent () const
 
void Validate () override
 

Private Member Functions

 GENERATED_BODY ()
 

Private Attributes

class USceneComponentVRRootComp
 UPROPERTY()
 

Detailed Description

UCLASS(Blueprintable, ClassGroup = Common, hidecategories = Collision)

A normal player start except I replaced the root component with a scene component so that the spawn transform will match our VR characters.

Definition at line 20 of file VRPlayerStart.h.

Constructor & Destructor Documentation

◆ AVRPlayerStart()

AVRPlayerStart::AVRPlayerStart ( const FObjectInitializer & ObjectInitializer)

Definition at line 6 of file VRPlayerStart.cpp.

Member Function Documentation

◆ FindBase()

void AVRPlayerStart::FindBase ( )
inlineoverride

Definition at line 51 of file VRPlayerStart.h.

◆ GENERATED_BODY()

AVRPlayerStart::GENERATED_BODY ( )
private

◆ GetSimpleCollisionCylinder()

virtual void AVRPlayerStart::GetSimpleCollisionCylinder ( float & CollisionRadius,
float & CollisionHalfHeight ) const
inlineoverridevirtual

Definition at line 37 of file VRPlayerStart.h.

◆ GetVRRootComponent()

class USceneComponent * AVRPlayerStart::GetVRRootComponent ( ) const
inline

Returns VRRootComp subobject

Definition at line 34 of file VRPlayerStart.h.

◆ Validate()

void AVRPlayerStart::Validate ( )
inlineoverride

Definition at line 103 of file VRPlayerStart.h.

Member Data Documentation

◆ VRRootComp

class USceneComponent* AVRPlayerStart::VRRootComp
private

UPROPERTY()

Definition at line 28 of file VRPlayerStart.h.


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