Browse Source

doc: update unreal.md (#1085)

MiloWang 2 years ago
parent
commit
0ec50842a7
1 changed files with 2 additions and 0 deletions
  1. 2 0
      docs/md/unreal.md

+ 2 - 0
docs/md/unreal.md

@@ -14,6 +14,8 @@
 
 
 ## Enable Cpp17
 ## Enable Cpp17
 
 
+> Skip this part if you are working with UE5, Since UE5 uses cpp17 by default.
+
 As of writing (Unreal Engine v4.25), the default C++ standard of Unreal Engine
 As of writing (Unreal Engine v4.25), the default C++ standard of Unreal Engine
 is C++14.<br/>
 is C++14.<br/>
 On the other hand, note that `EnTT` requires C++17 to compile. To enable it, in
 On the other hand, note that `EnTT` requires C++17 to compile. To enable it, in