A user is reporting that the X axis rotation appears to only rotate based on the object's relative rotation, and not rotate based on the world rotation, even when using Set world rotation. For test ...
The Max Channels (voices) setting displays in the output log as 0 on new projects. Likely a result of [Link Removed]. Issue is in display only (there are 32 voices), but should ideally report the de ...
After installing the UnrealVS version that arrived with 5.3. I can no longer use CompileSingleFile. It does however work on the Lyra project. One difference I notived, however, is that Lyra seems to ...
The crash occurs from "check(BoneBlendWeights.Num() == NumBones);" This crash occurs when the following conditions are met;The skeletal mesh LOD is changed.The number of bones is difference between ...
When using Z-up for Axis Conversion on export using FBX 2016 from a modeling program (3DS Max 2016 used for this test), this axis selection will fail to import with the warning listed below. If usin ...
When using a Direct Capsule Shadows on a skeletal mesh with a Stationary Point light, depending on the point lights placement, light source radius, and nearby surfaces will cast the shadow on the op ...
Packaging an Engine plugin fails if another Engine plugin lists that plugin as a private dependency. In the two attached plugins, PluginA lists PluginB as a required plugin in its .uplugin file, and ...
Macro libraries try to support guid-based renaming: when a specific macro is renamed blueprints using the old name will automatically point to the new name and work properly. However, this fixup hap ...
BoneList and BoneFilterActionOption in LOD0 of LODSettings are filters by the following code. void FSkeletalMeshLODSettingsDetails::CustomizeDetails(IDetailLayoutBuilder& LayoutBuilder) { ... st ...
GetOverlappingActors/Components ignore physics actors spawned in with zero movement. This only effects actors where the root is the DefaultSceneRoot and not the Static Mesh Component. User Descript ...