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

@@ -22,11 +22,11 @@ public:
UPROPERTY(meta=(Description="Asset to open"))
FString Asset;
virtual FString GetDescription() const override
virtual void Register() override
{
return TEXT("Open an asset in its editor and bring it to focus.");
UWingServer::AddHandler(this,
TEXT("Open an asset in its editor and bring it to focus."));
}
virtual void Handle() override
{
WingFetcher F;