Epic Developer Community Forums
UBT error : Failed to produce item
Development
Platform & Builds
UE4-21
,
question
,
error
,
build
,
unreal-engine
,
CPP
anonymous_user_dede2580
(anonymous_user_dede2580)
January 7, 2015, 7:37pm
2
Just a typo:
PickupMesh->SetSimulatePhyics(true);
should be
PickupMesh->SetSimulatePhysics(true);
show post in topic