The editor does not seem to be handling frame ranges properly for 60fps animations. Say you have a 200 frame animation that spans frame 0-200. Upon import it will be 201 frames. If you set the ra ...
If dynamic bindings are being used in a custom code class from which Blueprints are derived, any hot reload will make the bindings a permanent part of the Blueprint and they cannot be removed or cha ...
With ray tracing turned on, clicking on the isolate material option next to a material slot on a skeletal mesh with more than one material slot, causes the editor to crash. Found in 4.22 CL# 7053647 ...
Editor crashes after exiting a play in vr session with -Vulkan enabled Exclusive to Oculus Rift ...
In BlueprintCompilerCppBackendUtils.cpp: #define MAP_BASE_STRUCTURE_ACCESS(x) \ BaseStructureAccessorsMap.Add(x, TEXT("#x")) Needs to be changed to: #define MAP_BASE_STRUCTURE_ACCESS(x) \ ...
Blueprint assets that utilize an array "swap" node to swap elements cannot currently be converted to C++. Current workaround: Either avoid use of the "swap" node or exclude the Blueprint asset from ...
[Link Removed] I have this set up so that FX artists can stack UV manipulations, so I don't want to just have all the UV manipulation in the layer with the base color, even though that does give me ...
Adding a new custom UFactory code class to a project results in no longer being able to build the project for the Development configuration. Prior to adding the UFactory code class the project can b ...
An ensure is triggered upon entering an improper math expression. ...