You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.
AActor::bActorEnableCollision is not currently persisted on authority handover. This can lead to various physics/collision related issues after an authority transfer.
Workaround
If modifying AActor::bActorEnableCollision from it's default state, re-apply those changes within Actor::OnAuthorityGained.
m-samiec
changed the title
Mounts sometimes refuse to move in certain direction.
AActor::bActorEnableCollision is not currently handed over
Mar 31, 2021
Description
AActor::bActorEnableCollision
is not currently persisted on authority handover. This can lead to various physics/collision related issues after an authority transfer.Workaround
If modifying
AActor::bActorEnableCollision
from it's default state, re-apply those changes withinActor::OnAuthorityGained
.Internal ticket:
UNR-4146
Environment
master
& UnrealEngine4.26-SpatialOSUnrealGDK
The text was updated successfully, but these errors were encountered: