12.04.2019, 18:00
Quote:
SetDynamicActorPos should be put inside OnGamemodeInit()
Example pawn Code:
|
The reason it might disappear is that the actual Actor gets recreated when using SetDynamicActorPos. This takes about 1-2 seconds depending on the update rate of the streamer and server.
If you call it very often in a short time (eg. OnPlayerUpdate) it will constantly be recreated, not allowing it to spawn in actually.
Use it less frequently.