When creating a new NiagaraSystem, the DefaultEffectType set in ProjectSettings should be reflected. If another EffectType is already set, it should be respected. The problem here is that when creat ...
Project include a hdr texture "desert_outer_hdr" Texture size is 512*512*6, compressed with ASTC 6x6 HDR profile Stride should be: ceil(512/6)*16 = 1376 bytes However, if connect to xcode debug, ...
It seems that URigVMBlueprint::CompileLog is spamming the log whenever a call to BP_SCOPED_COMPILER_EVENT_STAT, including for blueprints that are unrelated to control rig. The log messages are only ...
When trying to convert a non-WP map with OnlyMergeSubLevels enabled crash after a while ...
Part of the changes for 5.2 required UAnimCompositeBase::GetSamplingFrameRate to be changed to return a very high framerate. This has the unintended consequence of effectively making the functional ...
Moving a property from a recently reparented BP to its new parent will assert in FBlueprintCompileReinstancer::MoveDependentSkelToReinst at ensure(PrevStructSize == NewStructSize) This only see ...
FBIK becomes extremely unstable when the root bone scale has a value other than 1. ...
When a landscape weightmap or heightmap update is required, ALandscape::ResolveLayersTexture is called via the ALandscape::UpdateLayersContent() The problem appears to be that all pixels in the Out ...
we ran into an issue with USD Importer plugin for Unreal 5.2. When you import a USDStage with the "actors" import option - which respawns the newly imported actors into the current level. However, ...