Skip to content

Commit

Permalink
Updates for UEPseudo file moves; update UE submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
narknon committed Jun 15, 2024
1 parent 142577b commit 2a436a6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion UE4SS/include/LuaCustomMemberFunctions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <unordered_map>

#include <Unreal/Core/HAL/Platform.hpp>
#include <Unreal/FScriptArray.hpp>
#include <Unreal/Core/Containers/ScriptArray.hpp>
#include <Unreal/Property/FArrayProperty.hpp>
#include <Unreal/Property/FObjectProperty.hpp>
#include <Unreal/UObject.hpp>
Expand Down
2 changes: 1 addition & 1 deletion UE4SS/include/LuaType/LuaTArray.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#include <LuaType/LuaUObject.hpp>
#pragma warning(disable : 4005)
#include <Unreal/FScriptArray.hpp>
#include <Unreal/Core/Containers/ScriptArray.hpp>
#pragma warning(default : 4005)

namespace RC::Unreal
Expand Down
2 changes: 1 addition & 1 deletion UE4SS/src/LuaType/LuaUObject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include <LuaType/LuaXProperty.hpp>
#pragma warning(disable : 4005)
#include <Unreal/AActor.hpp>
#include <Unreal/FScriptArray.hpp>
#include <Unreal/Core/Containers/ScriptArray.hpp>
#include <Unreal/FString.hpp>
#include <Unreal/FText.hpp>
#include <Unreal/Property/FArrayProperty.hpp>
Expand Down
2 changes: 1 addition & 1 deletion UE4SS/src/SDKGenerator/UEHeaderGenerator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#include <DynamicOutput/DynamicOutput.hpp>
#include <UE4SSProgram.hpp>
#include <Unreal/AActor.hpp>
#include <Unreal/FScriptArray.hpp>
#include <Unreal/Core/Containers/ScriptArray.hpp>
#include <Unreal/FString.hpp>
#include <Unreal/FText.hpp>
#include <Unreal/Property/FArrayProperty.hpp>
Expand Down
2 changes: 1 addition & 1 deletion deps/first/Unreal

0 comments on commit 2a436a6

Please sign in to comment.