LEAP Documentation
40220
Documentation for the LEAP project
PXPlayerStateBaseControlTesting.h
Go to the documentation of this file.
1
// Copyright Blue Isle Studios Inc 2018. All Rights Reserved.
2
3
#pragma once
4
5
#include "CoreMinimal.h"
6
#include "
ProjectXPlayerState.h
"
7
#include "PXPlayerStateBaseControlTesting.generated.h"
8
9
UCLASS()
10
class PROJECTX_API
APXPlayerStateBaseControlTesting
: public
AProjectXPlayerState
11
{
12
GENERATED_BODY()
13
14
public
:
15
virtual
bool
CanRestartPlayer()
override
;
16
virtual
TScriptInterface<ISpawnTargetInterface> GetSpawnTarget()
const
;
17
virtual
void
BeginPlay()
override
;
18
};
ProjectXPlayerState.h
APXPlayerStateBaseControlTesting
Definition:
PXPlayerStateBaseControlTesting.h:11
AProjectXPlayerState
Definition:
ProjectXPlayerState.h:238
E:
ProjectY
Source
ProjectX
Public
GameModes
BaseControl
Testing
PXPlayerStateBaseControlTesting.h
Generated by
1.9.4