Skip to content
Snippets Groups Projects
Commit eb40e87e authored by Daniel Rupp's avatar Daniel Rupp
Browse files

feat(navigation): removes unused class for height teleportation component,...

feat(navigation): removes unused class for height teleportation component, feature will be added to the teleportation component instead.
parent 7720611c
No related branches found
No related tags found
No related merge requests found
Pipeline #406952 failed
// Fill out your copyright notice in the Description page of Project Settings.
#include "Pawn/Navigation/HeightTeleportationComponent.h"
// Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "Pawn/Navigation/MovementComponentBase.h"
#include "HeightTeleportationComponent.generated.h"
/**
*
*/
UCLASS()
class RWTHVRTOOLKIT_API UHeightTeleportationComponent : public UMovementComponentBase
{
GENERATED_BODY()
// Spawn the TwoStepHandler etc. (Basically what was done in the VRPawn directly)
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment