You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Enabled UHT to digest GENERATED_BODY instead of GENERATED_UCLASS_BODY, GENERATED_USTRUCT_BODY, GENERATED_UINTERFACE_BODY or GENERATED_IINTERFACE_BODY, changed every occurence to the new syntax and fixed every warning that have fallen out of this change.
#codereview Robert.Manuszewski [CL 2481333 by Jaroslaw Palczynski in Main branch]
This commit is contained in:
@@ -13,7 +13,9 @@ UCLASS(config=EditorUserSettings)
|
||||
class GRAPHEDITOR_API UGraphEditorSettings
|
||||
: public UObject
|
||||
{
|
||||
GENERATED_UCLASS_BODY()
|
||||
GENERATED_BODY()
|
||||
public:
|
||||
UGraphEditorSettings(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get());
|
||||
|
||||
public:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user