From 097719426a1dca6dc6d392656e132029d1f6d897 Mon Sep 17 00:00:00 2001 From: Steve Streeting Date: Mon, 20 Feb 2023 17:36:08 +0000 Subject: [PATCH] UE5.1 Warning fix: C++ class refs must include module --- Source/ImGui/Private/ImGuiModuleSettings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/ImGui/Private/ImGuiModuleSettings.h b/Source/ImGui/Private/ImGuiModuleSettings.h index e685b2e..369f076 100644 --- a/Source/ImGui/Private/ImGuiModuleSettings.h +++ b/Source/ImGui/Private/ImGuiModuleSettings.h @@ -175,7 +175,7 @@ protected: // Path to own implementation of ImGui Input Handler allowing to customize handling of keyboard and gamepad input. // If not set then default handler is used. - UPROPERTY(EditAnywhere, config, Category = "Extensions", meta = (MetaClass = "ImGuiInputHandler")) + UPROPERTY(EditAnywhere, config, Category = "Extensions", meta = (MetaClass = "/Script/ImGui.ImGuiInputHandler")) FSoftClassPath ImGuiInputHandlerClass; // Whether ImGui should share keyboard input with game.