mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-09-03 12:13:40 +00:00
11 lines
207 B
C
11 lines
207 B
C
#pragma once
|
|
#include "CoreMinimal.h"
|
|
#include "ECollectionBookPrimaryNavTarget.generated.h"
|
|
|
|
UENUM(BlueprintType)
|
|
enum class ECollectionBookPrimaryNavTarget : uint8 {
|
|
Overview,
|
|
SectionTileView,
|
|
};
|
|
|