lucoiso / UEHttpGPT

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.
https://forums.unrealengine.com/t/free-httpgpt-integrate-chatgpt-in-the-engine-via-asynchronous-tasks-rest/765168?u=lucoiso
MIT License
202 stars 50 forks source link

Type is not initialized properly #92

Open alegroSandermann opened 1 year ago

alegroSandermann commented 1 year ago

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.