Another registration overhaul

This commit is contained in:
2026-04-01 18:12:54 -04:00
parent 483b3b75ff
commit 7865818e69
67 changed files with 224 additions and 232 deletions

View File

@@ -33,12 +33,12 @@ public:
UPROPERTY(meta=(Optional, Description="Local variables, one per line"))
FString LocalVariables;
virtual FString GetDescription() const override
virtual void Register() override
{
return TEXT("Modify variables of a blueprint, function graph, "
"macro graph, event dispatcher graph, or custom event node. ");
UWingServer::AddHandler(this,
TEXT("Modify variables of a blueprint, function graph, "
"macro graph, event dispatcher graph, or custom event node. "));
}
virtual void Handle() override
{
WingFetcher F;