11 lines
186 B
C++
Executable file
11 lines
186 B
C++
Executable file
#pragma once
|
|
#include "CoreMinimal.h"
|
|
#include "ActiveOutline.generated.h"
|
|
|
|
USTRUCT(BlueprintType)
|
|
struct FActiveOutline {
|
|
GENERATED_BODY()
|
|
public:
|
|
FSD_API FActiveOutline();
|
|
};
|
|
|