Make it easier to create look-at widgets

This commit is contained in:
2025-04-15 15:48:33 -04:00
parent 3423c01807
commit c0160bdd19
8 changed files with 83 additions and 59 deletions

View File

@@ -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'.