You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
UE4 Refactoring. Changed OVERRIDE and FINAL macros to keywords override and final.
[CL 2104397 by Jaroslaw Palczynski in Main branch]
This commit is contained in:
committed by
UnrealBot
parent
093c43fb25
commit
ebce413232
@@ -16,11 +16,11 @@ class FProfilerMessagesModule
|
||||
{
|
||||
public:
|
||||
|
||||
virtual void StartupModule( ) OVERRIDE { }
|
||||
virtual void StartupModule( ) override { }
|
||||
|
||||
virtual void ShutdownModule( ) OVERRIDE { }
|
||||
virtual void ShutdownModule( ) override { }
|
||||
|
||||
virtual bool SupportsDynamicReloading( ) OVERRIDE
|
||||
virtual bool SupportsDynamicReloading( ) override
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user