Hi, I want to know how can I disable collision for a C++ declared component under C++?
Thank You.
Hi, I want to know how can I disable collision for a C++ declared component under C++?
Thank You.
this can be done setting the collision profile in C++.
ComponentName->SetCollisionProfileName(FName(TEXT("NoCollision")));
Thank You for the fast reply with a perfect Solution