Curve editor (UMG) prevents Play in Editor if the a drag operation is interrupted with a right click. The user is given an error that they cannot play in editor while a drag operation is still on go ...
Lightmass.exe SampleVolume.cpp seems to generate VolumeLightingSamples correctly. After that, import processing is performed with Lightmass.cpp ImportVolumeSamples (), but it seems that it is not i ...
Building the Engine in Visual Studio will fail due to an unresolved external symbol error if a new global variable is added to CoreGlobals.h and then referenced elsewhere in the Engine code. The bui ...
See UDN Thread: Possibility for reducing loading times for morph targets by moving work to editor/cooker/ddc (whichever is appropriate) Loading times: Our model has ~70k verts and ~900 morphs – O ...
If you look at the static method FilterByFloatRange inside AssetRegistryActor.cpp, you can see that the asset registry filter is set to recursively search paths and classes. It is also set to exclud ...
Performing a hot reload after modifying game code (plugin code is unmodified) does not also reload plugin modules. In the attached project, there are some log messages output when the plugin module ...
The automatic landscape layer assignment that is performed when using "Create Layers From Assigned Materials" just uses the first layer info it finds with the layer's name, which leads to maps refer ...
When MovementMode is set to PHYS_Flying, the character may unexpectedly step down by MaxStepHeight when colliding with a wall near a ceiling. This occurs because UCharacterMovementComponent::StepUp ...
ATM, ULandscapeHeighfieldCollisionComponent's scene proxy is created all the time, although it's only used for displaying collisions when Collisions mode is on. The scene proxies pre-allocate a very ...
A licensee is seeing performance drops while using the editor due to a custom thumbnail renderer taking a while to generate thumbnails while Real-Time Thumbnail rendering is enabled, and has request ...