Metdata 'ForceAsFunction' does not prevent conversion to event

UE - Framework - Blueprint Editor - Mar 6, 2025

Quote from the UDN: This is easily fixed with a conditional in bool FBlueprintEditor::ConvertFunctionIfValid(UK2Node_FunctionEntry* FuncEntryNode) which we've done locally, but should probably be ...

Level Actors that are converted to a Blueprint using "Convert Selection to Blueprint Class" and using "Harvest Components" as the CreatingMethod, does not sanitize dots (.) character and make them invalid for operations like StaticFindObject.

UE - Framework - Blueprint Editor - Feb 20, 2025

When Level Actors are converted into a Blueprint using the "Convert Selection to Blueprint Class" option with "Harvest Components" as the creation method, the conversion process does not sanitize do ...

During blueprint reparenting SimpleConstructionScript subobject unmodified values are retained as modified values

UE - Framework - Blueprint Editor - Nov 27, 2024

When reparenting blueprints and both the old and new parent blueprint contain a subobject but with different values on it, the reparented blueprint doesn't correctly inherit values from the new pare ...

Blueprint improperly marked dirty when it contains a latent node with a byte enum

UE - Framework - Blueprint Editor - Sep 23, 2024

In UE 5.4, when deleting actors in our levels, some blueprints will be mark dirty despite not having changed. We traced that down to FAssetRenameManager::CheckPackageForSoftObjectReferences. The af ...

Crash after 'Reparent Blueprint' when renaming component on-top of orphaned inherited component

UE - Framework - Blueprint Editor - May 7, 2024

After reparenting a blueprint and inherited components from the previous parent are removed, trying to give a new component the same name as a previous component causes a crash inside UObject::Renam ...

Ensure/failure when changing the class of a scene component that has bVisualizeComponent enabled

UE - Framework - Blueprint Editor - Oct 20, 2023

Failure occurs at compile time during GC when the replacement component that we create is being destroyed. This component includes the BillboardComponent instance that's attached to the scene compon ...

Pins using SGraphPinNameList do not handle reset correctly and do not have a "None" entry

UE - Framework - Blueprint Editor - Sep 15, 2023

From the UDN licensee: I put together a draft PR of something that should work. As I mentioned in the PR, this works as expected with one caveat; in SPinComboBox::Construct we are hardcoding the to ...

Actors with Child Actor Components get out of sync when undoing component transform in child Blueprint

UE - Framework - Blueprint Editor - Aug 17, 2023

Undoing a child actor's component transform in its Blueprint editor isn't reflected in child actor instances in the level editor. Subsequent transforms are also not propagated after the undo breaks ...

Subobject editor collapsed nodes are auto expanded when adding or moving a node

UE - Framework - Blueprint Editor - Apr 3, 2023

Node operations cause all of the collapsed nodes to be auto expanded. This is disruptive when working with complex hierarchies because you can't hide irrelevant components. ...

Vector NotEqual / != displays default tolerance of "0" instead of "0.0001"

UE - Framework - Blueprint Editor - Nov 22, 2022

If this is just a display issue, it's still fairly significant because a tolerance of 0 and anything else are very different. I have not confirmed if it's only display or if the comparison is actual ...