When a reflection capture is unloaded due to streaming, it cannot be reloaded when the player returns to that area in the world because FReflectionCaptureData::OnDataUploadedToGPUFinal deletes the C ...
Context: Similar to parameters in the Material editor, PCG Graph Parameters are user created overridable values and can help create customizable graphs for a variety of situations. Problem: The l ...
This is an issue with how FPropertyValueImpl::ResetToDefault works: it uses GetDefaultValueAsString to reset the default value. This is problematic because the LexToString function that is eventuall ...
Even after manually Deactivating a Niagara component, this Niagara component may be revived under certain conditions. This issue occurs when the following conditions are met before the Deactivated N ...
When blueprints are compiled, instances of those blueprints have their attachments detached and then reattached. Reattachments always occur on the RootComponent regardless of which component they we ...
When a material with WPO effects and MaxWorldPositionOffsetDisplacement is applied to a foliage mesh, foliage applied to a map will no longer work as expected with density scaling, especially after ...
This is a regression, it worked correctly up to UE 5.4, but repros on UE 5.5 and 5.6. Also, this seems related to [Link Removed], which was fixed by CL 40649716/40649749 and integrated into UE 5.6, ...
The texture parameters on material instances applied to post process volumes do not respect the priority order of the post process volume, and are in fact inverted relative to the priority of other ...
We may fix this issue by the following codes. FPakPlatformFile::FPakPlatformFile(): LowerLevel(NULL) ,bSigned(false) { // remove //FCoreDelegates::GetRegisterEncryptionKeyMulticas ...
Intermittent crash in virtual texture transcode. Usually mempy from nullptr but also occasionally we see the same callstack with memcpy to random location. ...