UE 5.4.4 Packaging error #142
Unanswered
Ineed1name
asked this question in
Q&A
Replies: 2 comments 3 replies
-
Hi @Ineed1name, thanks! |
Beta Was this translation helpful? Give feedback.
3 replies
-
Hi guys, sorry for my very very late reply. I've committed 5581790 to fix it now. thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there!
I'm trying to package my UE5.4 project and getting following errors when trying to do so:
LogClass: Error: DoubleProperty FAnimNode_KawaiiPhysics::LastEvaluatedTime is not initialized properly even though its struct probably has a custom default constructor. Module:KawaiiPhysics File:Public/AnimNode_KawaiiPhysics.h
LogClass: Error: BoolProperty FKawaiiPhysics_ExternalForce::bIsOneShot is not initialized properly. Module:KawaiiPhysics File:Public/KawaiiPhysicsExternalForce.h
LogClass: Error: ObjectProperty FKawaiiPhysics_ExternalForce_Wind::World is not initialized properly even though its struct probably has a custom default constructor. Module:KawaiiPhysics File:Public/KawaiiPhysicsExternalForce.h
LogClass: Error: StructProperty FCollisionLimitDataBase::Guid is not initialized properly even though its struct probably has a custom default constructor. Module:KawaiiPhysics File:Public/KawaiiPhysicsLimitsDataAsset.h
LogAutomationTest: Error: LogClass: DoubleProperty FAnimNode_KawaiiPhysics::LastEvaluatedTime is not initialized properly even though its struct probably has a custom default constructor. Module:KawaiiPhysics File:Public/AnimNode_KawaiiPhysics.h [log]
LogAutomationTest: Error: LogClass: BoolProperty FKawaiiPhysics_ExternalForce::bIsOneShot is not initialized properly. Module:KawaiiPhysics File:Public/KawaiiPhysicsExternalForce.h [log]
LogAutomationTest: Error: LogClass: ObjectProperty FKawaiiPhysics_ExternalForce_Wind::World is not initialized properly even though its struct probably has a custom default constructor. Module:KawaiiPhysics File:Public/KawaiiPhysicsExternalForce.h [log]
LogAutomationTest: Error: LogClass: StructProperty FCollisionLimitDataBase::Guid is not initialized properly even though its struct probably has a custom default constructor. Module:KawaiiPhysics File:Public/KawaiiPhysicsLimitsDataAsset.h [log]
Had it working with 5.3 without any issues. Any ideas on how to fix it?
Not the best with c++ so can't really figure what's going on.
Appreciate your help!
Beta Was this translation helpful? Give feedback.
All reactions