Agrarsense
|
#include "CoreMinimal.h"
Go to the source code of this file.
Enumerations | |
enum class | EPropCategory : uint8 { Misc = 0 UMETA(DisplayName = "Misc") , Rock = 1 UMETA(DisplayName = "Rock") , TreeTrunk = 2 UMETA(DisplayName = "TreeTrunk") } |
|
strong |
Prop category enum (e.g. Rock, TreeTrunk, Stump) which can used for filtering and custom logic.
Enumerator | |
---|---|
Misc | |
Rock | |
TreeTrunk |
Definition at line 14 of file PropCategory.h.