UE5.1 Warning fix: C++ class refs must include module

This commit is contained in:
Steve Streeting 2023-02-20 17:36:08 +00:00
parent cff6ff6f66
commit 097719426a

View File

@ -175,7 +175,7 @@ protected:
// Path to own implementation of ImGui Input Handler allowing to customize handling of keyboard and gamepad input. // 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. // 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; FSoftClassPath ImGuiInputHandlerClass;
// Whether ImGui should share keyboard input with game. // Whether ImGui should share keyboard input with game.