razerofficial / UE4_XDK_SampleApp

Chroma Plugin and Samples for UE4
MIT License
7 stars 5 forks source link

Runtime warnings from plugin when opening up engine #3

Open shh- opened 2 years ago

shh- commented 2 years ago
[2022.03.29-17.05.02:531][  0]LogClass: Warning: BoolProperty FChromaSDKSceneEffect::State is not initialized properly. Module:ChromaSDKPlugin File:Public/ChromaSDKPluginTypes.h

[2022.03.29-17.05.02:531][  0]LogClass: Warning: FChromaSDKSceneEffect::PrimaryColor is not initialized properly. Module:ChromaSDKPlugin File:Public/ChromaSDKPluginTypes.h

[2022.03.29-17.05.02:531][  0]LogClass: Warning: FChromaSDKSceneEffect::SecondaryColor is not initialized properly. Module:ChromaSDKPlugin File:Public/ChromaSDKPluginTypes.h

[2022.03.29-17.05.02:531][  0]LogClass: Warning: FChromaSDKSceneEffect::Blend is not initialized properly. Module:ChromaSDKPlugin File:Public/ChromaSDKPluginTypes.h

[2022.03.29-17.05.02:531][  0]LogClass: Warning: FChromaSDKSceneEffect::Mode is not initialized properly. Module:ChromaSDKPlugin File:Public/ChromaSDKPluginTypes.h

[2022.03.29-17.05.02:532][  0]LogClass: Display: 5 Uninitialized script struct members found

[2022.03.29-17.05.02:533][  0]LogAutomationTest: Warning: BoolProperty FChromaSDKSceneEffect::State is not initialized properly. Module:ChromaSDKPlugin File:Public/ChromaSDKPluginTypes.h

[2022.03.29-17.05.02:533][  0]LogAutomationTest: Warning: FChromaSDKSceneEffect::PrimaryColor is not initialized properly. Module:ChromaSDKPlugin File:Public/ChromaSDKPluginTypes.h

[2022.03.29-17.05.02:533][  0]LogAutomationTest: Warning: FChromaSDKSceneEffect::SecondaryColor is not initialized properly. Module:ChromaSDKPlugin File:Public/ChromaSDKPluginTypes.h

[2022.03.29-17.05.02:533][  0]LogAutomationTest: Warning: FChromaSDKSceneEffect::Blend is not initialized properly. Module:ChromaSDKPlugin File:Public/ChromaSDKPluginTypes.h

[2022.03.29-17.05.02:533][  0]LogAutomationTest: Warning: FChromaSDKSceneEffect::Mode is not initialized properly. Module:ChromaSDKPlugin File:Public/ChromaSDKPluginTypes.h

Engine version: 4.26.2 Missing proper initialization for those members in ChromaSDKPluginTypes.cpp