Skip to content

Commit e4d5641

Browse files
committed
[src] Add check for Iterator_debug_level and clean config warning
1 parent 56d6605 commit e4d5641

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Source/SofaUE5/Private/SofaUE5.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ void FSofaUE5Module::StartupModule()
9797
{
9898
FMessageDialog::Open(EAppMsgType::Ok, LOCTEXT("ThirdPartyLibraryError", "Failed to load SofaVerseAPI GetDllHandle error"));
9999
}
100+
101+
UE_LOG(LogTemp, Warning, TEXT("_ITERATOR_DEBUG_LEVEL = %d"), _ITERATOR_DEBUG_LEVEL);
100102
}
101103

102104
void FSofaUE5Module::ShutdownModule()

Source/ThirdParty/SofaUE5Library/SofaUE5Library.Build.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public SofaUE5Library(ReadOnlyTargetRules Target) : base(Target)
1212
if (Target.Platform == UnrealTargetPlatform.Win64)
1313
{
1414
PublicIncludePaths.Add(Path.Combine(ModuleDirectory, "Public"));
15-
PrivateIncludePaths.Add(Path.Combine(ModuleDirectory, "Private"));
15+
//PrivateIncludePaths.Add(Path.Combine(ModuleDirectory, "Private"));
1616

1717
string SofaLibPath;
1818
string SofaBinName;

0 commit comments

Comments
 (0)