Working on better handling of property setters

This commit is contained in:
2026-03-23 00:18:12 -04:00
parent f38630ea08
commit 2a064f3666
10 changed files with 105 additions and 25 deletions

View File

@@ -52,6 +52,7 @@ public:
WingFetcher& Node(const FString& Value);
WingFetcher& Pin(const FString& Value);
WingFetcher& Component(const FString& Value);
WingFetcher& Widget(const FString& Value);
WingFetcher& LevelBlueprint(const FString& Value);
// Return true if there haven't been any errors.