FQuat variable names show as "Rotation" in editor regardless of name given in code

Tools - Aug 11, 2016

When defining an FQuat variable in code, any name given to the variable will be replaced by the name "Rotation" in the editor. Workaround: Using FRotator instead of FQuat gives the correct variable ...

Using LOD for Per-Poly collision doesn't work

UE - Simulation - Physics - Aug 11, 2016

When choosing LODs for per-poly collision the static mesh stops blocking actors in the level. I tested this on 4.13 preview 1 and it is still an issue. I used the 3dsMax workflow for this process ht ...

Trying to diff previous versions of Blueprints using the Git plugin currently fails.

UE - Gameplay - Blueprint Editor - Aug 11, 2016

Diffing a Blueprint does not currently work when looking at previous commits. The diff appears to be looking at pointer files instead of the actual Blueprint files themselves. When using the Git LF ...

AI in sublevel calling actors in persistent level crash editor when sublevel is not visible

UE - AI - Aug 11, 2016

If an AI is moving between points in the persistent level but is located within a sublevel and the sublevel is set to not visible, there is a chance that the editor will eventually crash. Setting Is ...

Deleting a content browser asset while that asset is open causes all other open assets to close.

Tools - Aug 11, 2016

If multiple assets are open (blueprints, materials, particle system, etc.), deleting one of the assets from the content browser causes all other open asset windows to close. ...

Variable in Blueprint with subcategory appear in detail panel of selected default component

UE - Gameplay - Blueprint - Aug 11, 2016

When a blueprint variable is given a category and subcategory then compiled, the variable will show up in the details panel when selecting components that existed when the blueprint was created. ...

Resample Landscape requires Level Restart to continue Painting

UE - LD & Modeling - Terrain - Landscape - Aug 10, 2016

When resampling a landscape you are unable to continue painting after applying the changes. ...

Expose on Spawn Variables disappear after connecting promoted Class Variable on SpawnActor from Class node

UE - Gameplay - Blueprint - Aug 10, 2016

The 'Expose on Spawn' inputs when calling the SpawnActor from Class node disappear if you promote the Actor Class to a variable. You would think that as long as the promoted variable is referencin ...

Particle System with Set Tickable when Paused causes packaged game to crash when paused

UE - Graphics Features - Aug 10, 2016

When a particle system has the "Set Tickable when Paused" set to true, pausing the packaged version of the game causes the game to crash. CrashReporter: [Link Removed] ...

UGameplayStatics::SpawnEmitterAttached keeps relative location when SnapToTarget is used.

UE - Gameplay - Aug 10, 2016

UGameplayStatics::SpawnEmitterAttached will keep relative position when using SnapToTarget. ...