UnrealGDK icon indicating copy to clipboard operation
UnrealGDK copied to clipboard

SpatialOS GDK for Unreal Plugin

Results 30 UnrealGDK issues
Sort by recently updated
recently updated
newest added

## 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...

known-issue

## Description Actors with `ReplicateMovement` enabled and non-replicated root components don't get transform updates. ## Expected behavior Actors with `ReplicateMovement` enabled and non-replicated root components don't get transform updates. Indeed,...

known-issue

## Description Schema generation can fail for replicated `TSubclassOf` arrays. ## Expected behavior No errors or breakpoints when generating schema. ## Current behavior A breakpoint can occur when schema is...

known-issue

## Description Cloud Deployment Warning: `Failed to get stats for container. This worker may be missing some metrics.` ## Expected behavior * No warnings. ## Current behavior * Warn in...

known-issue

## Description Cloud deployments look for `UnrealSimulatedPlayer` even when I deploy without Simulated Players. ## Expected behavior * No warnings. * If I deploy without Simulated Players, `UnrealSimulatedPlayer` should not...

known-issue

**Issue** Changing some SpatialOS settings after launching a local deployment will invalidate the currently launched deployment (e.g. Changing the number of servers, or toggling using Query Based Interest), as these...

known-issue

We are accepting issues and we want your [feedback](../README.md#give-us-feedback). ------- ## Description When you return an `ErrorMessage` from `GameMode::PreLogin` (it's non-empty), SpatialOS doesn't account for it in `SpatialReceiver::ReceiveActor` where it...

known-issue

We are accepting issues and we want your [feedback](../README.md#give-us-feedback). ------- ## Description After possessing a pawn that is currently controlled by a different player (or exchanging pawns), the movement will...

known-issue

**Issue** Replicated TimelineComponents are not supported. **Workaround** Use an alternative method of achieving the desired behaviour, such as playing the timeline on a multicast event, or replicating what is changed...

known-issue

## Description On iOS & Android, Example Project clients the error **PROJECT HAS VERTEX FOG ON MOBILE DISABLED** appears on screen. You can read more about Vertex Fog and mobile...

known-issue