HttpGPT is an Unreal Engine plugin that facilitates integration with OpenAI's GPT based services (ChatGPT and DALL-E) through asynchronous REST requests, making it easy for developers to communicate with these services.
In UE 5.2 I have the following error message in the output log:
LogClass: Error: EnumProperty FHttpGPTFunctionProperty::Type is not initialized properly. Module:HttpGPTCommonModule File:Public/Structures/HttpGPTChatTypes.h
LogClass: Display: 1 Uninitialized script struct members found including 0 object properties
LogAutomationTest: Error: UObject.Class AttemptToFindUninitializedScriptStructMembers will be marked as failing due to errors being logged
LogAutomationTest: Error: LogClass: EnumProperty FHttpGPTFunctionProperty::Type is not initialized properly. Module:HttpGPTCommonModule File:Public/Structures/HttpGPTChatTypes.h
I can PIE and Package the Game without errors, but it would be good if the error did not appear.
In UE 5.2 I have the following error message in the output log:
I can PIE and Package the Game without errors, but it would be good if the error did not appear.