When using the "Random Integer in Range from Stream" where the seed is a power of 2 after a certain point (2^22) the random integer that is returned is the always the same. If the seed is 2^23 + 1 i ...
After moving a level into a folder and fixing the redirectors (right click in content browser) the project will package a Null reference without throwing an error. This will let you create a project ...
Renaming a custom event bound to an event dispatcher via a Create Event node requires two compilation passes to fix up the binding. upd. Regression was checked on //UE4/Release-4.26 CL 15973114, i ...
SetPrimaryAssetRules sets the "is overridden" variables (e.g. bOverrideApplyRecursively) based on a comparison with the global default rules:static FPrimaryAssetRules DefaultRules; ... ExplicitRu ...
The following code causes this behavior.// NiagaraSystem.cpp for (FNiagaraEmitterHandle& EmitterHandle : EmitterHandles) { EmitterHandle.ConditionalPostLoad(NiagaraVer); if (!EmitterHandl ...
Attempting to create a local binary build of 4.22 using Visual Studio 2019 (with no other versions of Visual Studio installed) currently fails with several warnings and errors, including the followi ...
Some licensees have reported good results compiling the editor in monolithic configurations - startup times are noticably shorter. I believe there are a number of things that need fixing up across t ...
Calling UMovieSceneSequence::FindPossessableObjectId with a guid that relates to a child binding does not work correctly because it just goes through the binding references and calls LocateBoundObj ...
If another persistent level is open, the fix up can work. ...
This might be related to [Link Removed]. ...