UEHttpGPT icon indicating copy to clipboard operation
UEHttpGPT copied to clipboard

Type is not initialized properly

Open alegroSandermann opened this issue 1 year ago • 0 comments

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.

alegroSandermann avatar Oct 14 '23 20:10 alegroSandermann