Package game and standalone game crashing (possibly related to UE-6766)

UE - Gameplay - Dec 23, 2014

Crashes in UGameplayStatics::GetPlayerController, probably because World is NULL. When you package this vehicle game setup or play in standalone, the game will crash. 4.6.1 release crash (Standalo ...

OnComponentEndOverlap and GetOverlappingActors are not in sync

UE - Gameplay - Dec 23, 2014

GetOverlappingActors will return a value when used immediately after OnComponentEndOverlap. Putting a delay after the OnComponentEndOverlap call will result in GetOverlappingActors to return null, s ...

Shape components have a Shape Material property that is never displayed

UE - Gameplay - Dec 17, 2014

Blueprint Shape components have a Shape Material property that can be set in its Details or via Get and Set functions in the Event Graph. These are never displayed in the viewport or during runtime ...

Playing this project in Standalone, or packaging for windows, causes the new window to crash

UE - Gameplay - Dec 16, 2014

When you attempt to play the user project in Standalone, or Packaging for Windows, the new window will crash and not play the game. Issue also occurs on Mobile. The project will not open. ...

Particle Events in Level Blueprints are not Triggering

UE - Gameplay - Dec 16, 2014

Events like OnParticleSpawn, OnParticleCollide, and OnParticleDeath are not triggering in the level blueprint. ...

Editor crashes when using pause node in PIE while running on dedicated server

UE - Gameplay - Dec 4, 2014

If a user pauses a game while running on a dedicated server the engine will crash. Note: this crashes even when user is given an option to unpause game. Frequency: 2/2 Crash Reporter: [Link Rem ...

Physics Constraints do not have the same values if they are part of an 'Always Loaded' level

UE - Gameplay - Dec 3, 2014

Physics Constraints do not have the same values if they are part of an 'Always Loaded' level. They will work correctly in the Persistent level and a level that is Streamed in. This becomes problem ...

Adding a code class derived from AnimInstance to a project created using the code Vehicle template will cause the Visual Studio build to fail.

UE - Gameplay - Dec 1, 2014

Adding a new code class derived from AnimInstance will cause the Visual Studio build to fail in a project based on the code Vehicle template. The build errors indicate that there are problems in the ...

Actors re-scale to original size when attached to other actors

UE - Gameplay - Nov 21, 2014

Actors rescale to their original size when placed in level then attached to another actor. ...

StaticMesh->RenderData->LODResources[0].IndexBuffer empty in Standalone games.

UE - Gameplay - Nov 14, 2014

GetArrayView is returning incorrect values in Standalone games. The correct values are returned when played in Editor. ...