Another registration overhaul
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user