mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-09-02 04:03:46 +00:00
10 lines
169 B
C
10 lines
169 B
C
#pragma once
|
|
#include "CoreMinimal.h"
|
|
#include "ESourceSelectionMode.generated.h"
|
|
|
|
UENUM(BlueprintType)
|
|
enum class ESourceSelectionMode : uint8 {
|
|
MaxDifference,
|
|
};
|
|
|