SetMobility(EComponentMobility::Movable);
I have trying to set mobility but every time this error shows up.
I have copied exact code from my instructor teach me.Any suitable solution?
If visual studio I recommend doing a search in the Unreal engine code for SetMobility. It is possible that something changed about it (name, function signature, etc.). If it is not found then you need to find its analog in 4.21 or you could switch to a previous version that still has it.
thanks brother i found the solution it just needed to add a header file that has SetMobility function.But your answer helps me for sure is many ways again thanks.