[Sketchup-Reimport]-Objects presence in level on reimport with unchecked Geometry

UE - Editor - Content Pipeline - Datasmith - Exporters - Aug 17, 2018

Toggling visibility of Sublevels on a server can cause a disconnect if Dynamic Actors exist in the sublevels.

UE - Networking - Aug 17, 2018

The PackageMap / NetGuidCache appear to get into a bad state on Clients if the Server toggles level visibility of a sublevel. This can affect currently connected clients, as well as clients that jo ...

[CrashReport] UE4Editor_ShaderCore!FVertexFactory::SetPositionStream() [vertexfactory.cpp:218]

UE - Graphics Features - Aug 17, 2018

User comment in crash group:error when i reimpot a mesh from a .fbx create in 3d max 213 void FVertexFactory::SetPositionStream(FRHICommandList& RHICmdList) const 214 { 215 ...

[CrashReport] UE4Editor_CoreUObject!PackageReloadInternal::LoadReplacementPackage() [packagereload.cpp:274]

Tools - Aug 17, 2018

No user comments in crash group 262 UPackage* LoadReplacementPackage(UPackage* InExistingPackage, const uint32 InLoadFlags) 263 { 264 if (!InExistingPackage) 265 ...

Adding Variable to Struct (Exposed on Spawn) breaks SpawnActor functionality without error/warning

UE - Gameplay - Blueprint - Aug 16, 2018

Adding a variable to a Struct used with SpawnActor breaks functionality without warning. Workaround: Clear Class from SpawnActor and reassign same class User Cites Blueprint Compile manager as fau ...

SolidWorks 2018 Assembly Datasmith Importer Error

UE - Editor - Content Pipeline - Datasmith - Importer - Aug 16, 2018

A failed to import error is received when importing various SolidWorks 2018 Assembly files. A lot of the attached models are imported IGS files and were made into SolidWorks parts. Tried testing th ...

Cascade Alpha Over Life Module Doesn't Interpolate Vaules That Differ in .05 or Less With "Can Be Baked" Enabled

UE - Niagara - Aug 16, 2018

Alpha over life module doesn't interpolate vaules that differ in .05 or less with "Can Be Baked" enabled. Found in 4.19 CL# 4033788, 4.20 CL# 4233996, 4.21 CL# 4291146 ...

Cannot load asset in a Content-Only plugin if it is used in a Blueprint-Only project that has been packaged

UE - Foundation - Cpp Tools - Plugin System - Aug 16, 2018

Assets in a Content-Only plugin enabled in a Blueprint-only project cannot be loaded when the project is packaged. If a Content-Only plugin is enabled in a code project, the assets in the plugin are ...

RecastNavMesh is not generated at loaded sublevel

UE - AI - Aug 16, 2018

RecastNavMesh is not generated at the sub level dynamically added in C ++ in 4.20. In 4.18, 4.19 it was generated normally. Probably, changes to the large number about NavMesh systems from 4.19 to ...