The crash can be worked around by modifying FFoliageISMActor::Serialize as following code : void FFoliageISMActor::Serialize(FArchive& Ar) { #if WITH_EDITORONLY_DATA if (!Ar.IsCooking()) // ...
When a GameplayEffect (GE) grants an GameplayAbility (GA) via an AbilitiesGameplayEffectComponent on the GE, that ability will not be correctly removed if that GE is added and removed within an Abil ...
When validating a changelist, unrelated errors to the changelist can appear. Here's an example of running the validation on a cl named "temp cl" which just contains a single actor "Cylinder". The A ...
If an attempt to spawn an actor is made before the Level Editor Viewport is fully initialized (i.e. before it has had a chance to get rendered at least once), and that actor has no specific Factory ...
a fix was proposed in the UDN but it needs to be tested and revised ...
UDN users have reported that expensive scene captures stall the render thread due to RDG flushing the RHI thread for resource deletion. This only needs to happen once per frame. ...
Commenting out the branch in FTriangleMeshSweepVisitor::VisitSweep is a work-around.if (CullsBackFaceSweepsCode != 0) { if (VectorMaskBits(IsBackFace)) { // Don't cull the back face ...
This seems to be related to the fix for [Link Removed]. Part of that fix made sure that the child actor component recreates the child actor when GIsReconstructingBlueprintInstances is true, as previ ...
When editing a level with many actors (1000+), deleting an actor results in a noticeable hitch: the editor becomes unresponsive for seconds. This hitch becomes longer the more actors are loaded and ...