User description: When I run two windowed standalone instances to test multiplayer, the unfocused window gets about 2-5 fps...but if I focus on it, smooth 120fps, yet the opposite screen is now onl ...
From the User Submission: I spent some time poking through the FComponentInstanceDataCache code and noticed that there is no component instance data saved/applied for'native' component types, so si ...
Parameter collection overrides defined in the Niagara system's System Properties do not work. In FNiagaraSystemSimulation::GetParameterCollectionInstance the return value of GetParameterCollectionO ...
Essentially, this memory leak should be counted in the UI section, but it is counted in the SceneRender section. This seems to be due to the behavior of MemStackAllocator and FixedSizeAllocator. Th ...
Merging actors with cast shadows disabled causes the merged actor to be unable to cast shadows at all. Toggling the Cast Shadows option does not resolve the issue. This is seen in //UE4/Release-4.2 ...
Setting the world origin will not update existing Niagara particles. ...
A licensee reported trouble with a crash on exit on Mac. They discovered that the file AvfMediaPlayer.cpp, on the function Open there is this piece of code:// Force the AV player to not be able to ...
The sRGB flag is check and set in PostEdit, so when I editing the asset will be correct. And I'm checking again with RHI, so there seems to be no drawing problem.[Link Removed] It seems to be corre ...
If an actor has default property tracks set up in the Project Settings, adding that actor to a level sequence through C++ will crash the editor. This seems to stem from the creation of the default p ...