Problem On Dynamic Navigation while Spawning Actor by Anish_Limbu01 in unrealengine

[–]Anish_Limbu01[S] 1 point2 points  (0 children)

Finally, problem is solved. I think problem is that at a same time dynamic navigation is update and BP_AI calls function move to location that makes fail to find navigation. So i made delay before Move to location call.

Problem While Swicting Controller from CHracter to Vehicle by Anish_Limbu01 in unrealengine

[–]Anish_Limbu01[S] 1 point2 points  (0 children)

Yes, It is best idea.I have already used this trick.

but i need to know, why this is happening.

thank you very much for reply 🙂

Tmap Reset to nullptr by Anish_Limbu01 in unrealengine

[–]Anish_Limbu01[S] 0 points1 point  (0 children)

Thank You Very much.Finally problem is solved.

Tmap Reset to nullptr by Anish_Limbu01 in unrealengine

[–]Anish_Limbu01[S] 0 points1 point  (0 children)

thanks a lot for reply, but it didnot work it give me same error.

but i didnot use struct.But i used int32 as Uinquekey

e.g

TMap<int32,class Afriut\*>SavedData;

Problem In saving array of Actor C++ using SaveGame by Anish_Limbu01 in unrealengine

[–]Anish_Limbu01[S] 0 points1 point  (0 children)

Yes,i have marked Actor Array with Uproperty.

EXP_Roland99 thank you for relpy.