Ed_
9a8029c365
Avoding lifting the "highlighting" to an enemy interface until it proves to me its necessary
17 lines
258 B
C++
17 lines
258 B
C++
|
|
#include "CoreMinimal.h"
|
|
// #define private protected
|
|
|
|
UENUM(BlueprintType)
|
|
enum class EHighlight
|
|
{
|
|
Disabled,
|
|
Enabled,
|
|
};
|
|
|
|
class UCameraComponent;
|
|
class UInputAction;
|
|
struct FInputActionValue;
|
|
class UInputMappingContext;
|
|
class USpringArmComponent;
|