Material Function CylindricalUVs is missing the Object Position

Docs - Samples - Sep 29, 2014

The Material Fucntion CylindricalUVs is missing the Object Position node ADDITIONAL NOTES: You can see the UVs wrapping around 0,0,0 without the position node attached, instead of the mesh's pos ...

Editing a blueprint from a hidden streamed level can reset all actor transforms

UE - Gameplay - Blueprint - Jul 9, 2015

When editing an actor blueprint that's inside of a hidden streamed level, the blueprint actor transform will reset to 0,0,0. There is a video that's attached to the AnswerHub post which is very use ...

Transform track can't be edited for Spawnable empty actor in Sequencer

UE - Anim - Sequencer - Oct 2, 2017

Transform track for a spawnable Empty Actor always shows 0, 0, 0 and it can't be edited. I could repro this in 4.17.2 and 4.18 Preview 2. This does not happen in 4.15.3 and 4.16.3. So this could b ...

[CrashReporter] UE4Editor-MeshBuilder!SkeletalMeshBuilderHelperNS::FixFaceMaterial(USkeletalMesh *,TArray<SkeletalMeshImportData::FMaterial,TSizedDefaultAllocator<32> > &,TArray<SkeletalMeshImportData::FMeshFace,TSizedDefaultAllocator<32> > &)

UE - Editor - Content Pipeline - Datasmith - Importer - Jan 6, 2020

Generated from CrashReporter Error message: Assertion failed: (Index >= 0) & (Index < ArrayNum) [File:D:\Build\++UE4\Sync\Engine\Source\Runtime\Core\Public\Containers/Array.h] [Line: 614] Array in ...

Enabling Collision on a Spline Mesh component with a Static Mesh assigned causes an assertion to fail while executing in a package

UE - Simulation - Physics - May 4, 2022

Enabling Collision on a Spline Mesh component with a Static Mesh assigned causes an assertion to fail while executing in a package. This does NOT occur if you play in editor. Repro Rate: 4/4 Teste ...

[CrashReport] Ensure - UE4Editor_Renderer!FPlanarReflectionParameters::SetParameters() [planarreflectionrendering.cpp:704]

UE - Graphics Features - Apr 4, 2018

No user comments in crash group. Similar callstack in [Link Removed] but that is a crash and this is an ensure. 701 if (ReflectionSceneProxy && ReflectionSceneProxy->RenderTarget) 702 ...

Rotation gizmo affects post processing and reflections in the scene

Tools - Jul 6, 2015

This has been around since public launch. The rotation widgets emissive material will cause trouble with the post processing and reflections in the scene. Especially troublesome if you with bloom an ...

Using Start Players as Spectators checkbox does not affect Player0

UE - Gameplay - May 20, 2015

When setting up a custom game mode blueprint, if the "Start Players as Spectators" checkbox is checked the first player loaded in PIE will not be in spectator mode. ...

UDestructibleComponent::ApplyDamage doesn't affect root chunk if the mesh doesn't fracture.

UE - Simulation - Physics - Destruction - May 6, 2016

ApplyDamage calls through to applyDamage on the apex actor, which takes the impulse and applies it to any fractured chunks. If however not enough damage is done to the component to fracture it, no i ...

Bloom banding when exiting top of screen, doesn't affect other sides

UE - Graphics Features - May 27, 2016

As a blooming object (the sun in this repro case) leaves the view via the top-edge of the screen, some noticeable banding occurs. Happens in both PIE and -game. Found on: //UE4/Main CL-2991400 //U ...