Make it easier to create look-at widgets
This commit is contained in:
@@ -37,6 +37,12 @@ enum class ElxSuccessOrError : uint8 {
|
||||
Error,
|
||||
};
|
||||
|
||||
UENUM(BlueprintType)
|
||||
enum class ElxFoundOrNotFound : uint8 {
|
||||
Found,
|
||||
NotFound,
|
||||
};
|
||||
|
||||
/////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// This is a little parser that parses Lua function 'prototypes'.
|
||||
|
||||
Reference in New Issue
Block a user