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