Since UE5.0, cannot edit double variables in property matrix. In UE4.27, it worked correctly and could be edited from the property matrix. This is because double variables are not supported in SProp ...
When using Push Replication with blueprints, UK2Node_VariableSetRef nodes do not mark a property as dirty and so the variable is not replicated. ...
Primitives with the "Lightmap Type" set to "Force Volumetric" are not shadowed correctly. Issue dates back to at least 4.27.2. As a workaround, making FLightCacheInterface::GetStaticInteraction al ...
The class FcollisionProfileNameCustomization customizes the property editor for the class FcollisionProfileName. However, it does not handle the case where multiple assets/actors are being edited si ...
See "Steps to Reproduce" ...
After triggering a breakpoint in blueprint, variable getter nodes can display the value of a different object than the node's target. For example: if an actor class has a value MyBool and the bluepr ...
Non-instanced object ref properties are incorrectly being skipped at property initialization time when Blueprint class instances are spawned with the fast property initialization path enabled. This ...
The pawn character is added to APlayerController::GetSeamlessTravelActorList, so it'll be persisted during server travel. The Niagara component is spawned during BeginPlay and activated manually. W ...