A Demo Project for the UnrealEngineSDK
|
#include "CoreMinimal.h"
#include "VRBPDatatypes.h"
#include "VRRootComponent.h"
#include "VRBaseCharacterMovementComponent.h"
#include "Navigation/PathFollowingComponent.h"
#include "AbstractNavData.h"
#include "Runtime/Launch/Resources/Version.h"
#include "VRPathFollowingComponent.generated.h"
Go to the source code of this file.
Classes | |
class | UVRPathFollowingComponent |
UCLASS() More... | |
Functions | |
DECLARE_LOG_CATEGORY_EXTERN (LogPathFollowingVR, Warning, All) | |