Arithmetic assignment operators seem to be applied twice when committed in the Niagara stack. This occurs when entering *= 2.0 for example into a float input. This may be the result of the SNiagar ...
Gameplay Effects can hold stale references to Gameplay Tags when the adding component is switched for a different type. The tags are serialised, and their presence can be confirmed with Reference Vi ...
It looks like the output of the debug pass is ignored, and the final output from the last frame before the pass was enabled is displayed instead. If the pass is modified to return a different textu ...
2 issues with SGameplayTagQueryEntryBox that a UDN customer noticed:We are binding a delegate to UGameplayTagsManager::OnGetCategoriesMetaFromPropertyHandle to customize how the categories are retri ...
Locking the mouse to a widget covered by a Retainerbox locks it in a different position in the standalone/packaging application than in PIE. This does not happen if RetainerBox is disabled and the ...
Renaming a NiagaraEmitter to a specific asset name changes it to an unspecified asset name. This happens only with NiagaraEmitter, not with other assets. ...
FHLSLMaterialTranslator::ParticlePosition does not return Previous information when request which can result in bad motion vector calculation. ...
This was disabled for clang a long time ago in CL 3019423 due to a codegen crash but seems like the bug is fixed now ...