2024-04-12 14:53:47 -07:00
|
|
|
|
|
2024-04-12 13:30:01 -07:00
|
|
|
|
#include "CoreMinimal.h"
|
2024-04-12 14:53:47 -07:00
|
|
|
|
// #define private protected
|
2024-04-12 13:30:01 -07:00
|
|
|
|
|
2024-04-12 17:16:25 -07:00
|
|
|
|
UENUM(BlueprintType)
|
|
|
|
|
enum class EHighlight
|
|
|
|
|
{
|
|
|
|
|
Disabled,
|
|
|
|
|
Enabled,
|
|
|
|
|
};
|
|
|
|
|
|
2024-04-12 16:55:34 -07:00
|
|
|
|
class UCameraComponent;
|
2024-04-12 14:53:47 -07:00
|
|
|
|
class UInputAction;
|
|
|
|
|
struct FInputActionValue;
|
|
|
|
|
class UInputMappingContext;
|
2024-04-12 16:55:34 -07:00
|
|
|
|
class USpringArmComponent;
|