Skip to content

Commit

Permalink
[unreal]当定义ENGINE_INDEPENDENT_JSENV时,别include SceneComponent.h World.h
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed Sep 13, 2023
1 parent 74691e0 commit e5f4092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unreal/Puerts/Source/JsEnv/Private/Ext/UEExtension.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
#include "V8Utils.h"
#if !defined(ENGINE_INDEPENDENT_JSENV)
#include "Kismet/DataTableFunctionLibrary.h"
#endif
#include "Components/SceneComponent.h"
#include "Engine/World.h"
#endif

UsingUClass(UObject);
UsingUClass(UClass);
Expand Down

0 comments on commit e5f4092

Please sign in to comment.