Landscapes disappear using Lighting Scenarios when deployed to a mobile device. When playing in the editor using the mobile previewer, everything looks as expected. It only occurs when deployed to ...
UParticleModuleRequired::PostEditChangeProperty use "AlphaThreshold > 0". So, if AlphaThreshold = 0, particlecutout don't work. ...
Apple forces developers to code sign an app using the latest code signature format and IPP needs to support it. a related link: [Link Removed] ...
Sharing transition rule it will be Dirty when AnimBP opens. When AnimBP is open, "if(BoundGraph->GetOuter () != Node)" is true in FBlueprintEditorUtils::UpdateOutOfDateCompositeWithOuter, BoundGrap ...
If you have a BP with a function that has no return value, then override that function in a ChildBP, it becomes an event and cannot be used like a normal function ...
Dialog Subtitles display out of order or disappear when called to the screen. The users reporting the issue believe this could be due to the priority of the Sound Waves conflicting with one another ...
When using Lighting Scenarios and placing a skylight in the lighting scenario levels when you build lighting there will be a map check warning that "Multiple sky lights are active, only one can be e ...
When using an older asset(4.10 or before) with a skeletalMeshComponent in a newer engine version, a reference for the original AnimBP remains after changing the mesh component's Anim Class. ...
When placing an actor into the level that is not replicated the client will not destroy its copy when destroy actor is called. ...
Calling SetActorLabel causes an actor's components to return to default states when called from a client accessing a listen server outside of main editor process. Note: User posted code linked to ...