diff --git a/Source/ImGui/Private/ImGuiContextProxy.h b/Source/ImGui/Private/ImGuiContextProxy.h index b91f16b..4ea7e1a 100644 --- a/Source/ImGui/Private/ImGuiContextProxy.h +++ b/Source/ImGui/Private/ImGuiContextProxy.h @@ -107,7 +107,7 @@ private: bool bIsDrawCalled = false; uint32 LastFrameNumber = 0; - + FString Name; FSimpleMulticastDelegate DrawEvent; FSimpleMulticastDelegate* SharedDrawEvent = nullptr; @@ -115,6 +115,6 @@ private: TArray DrawLists; - FString Name; + std::string IniFilename; };