ProxyLOD::FQuadricMeshSimplifier::OutputMesh may remove duped verts. The input vertex buffer was resized by numVerts from FQuadricMeshSimplifier before calling OutputMesh. So these behaviors genera ...
The reported behavior repros in 4.20 and 4.21, but does not repro in 4.19. Regarding the "Literal Enum" node in blueprints: When an input enum value is connected to the input pin, the output is al ...
We recently encountered an odd issue where loading into our main world partitioned map would result in a crash caused by all streaming cells getting loaded at the same time. Turns out this was cause ...
The samplerate of a track was compute with the following formula Equation 1: number of Key / animation Time This formula work only if we have animation keys that are time equidistant. example of ...
This is a common and longstanding crash that has occurred since at least the 4.15 release and has affected more than 200 users. User Descriptionsafter opening a projectwas just trying to start a pr ...
The user reports a scene with a reasonable number of foliage instances renders with black lighting: After updating to 4.11 (.1 or .2 doesn't matter) I have not been able to bake my lighting properl ...
UUserDefinedEnum contains an array of FTexts which are supposed to be used as localized display names, however these are populated from the underlying UEnum type using the meta-data on the object. T ...
Context The Recast module has a helper struct rcScopedDelete for allocating, resizing and automatically freeing the allocated memory when the struct goes out of scope. Its allocation functions can ...
When Blueprint default values are edited, those edits will also be propagated to any active instances in the level. Each edit event will mark the level as dirty. Similarly, in a World Partition map ...
This issue was reported by a customer trying to modify the static meshes of a GeometryCollection. After removing some meshes from the Geometry Source, he used the Reset button to apply the changes t ...