Context menu defaults to "!=" node instead of boolean "Not" node when searching for not from a boolean

UE - Gameplay - Blueprint Editor - Mar 25, 2022

Context menu defaults to != node instead of Not node when searching for Not from a boolean. User Note: The issue here is that in almost all cases you want the "NOT Boolean" node rather than the "No ...

Event dispatchers show replication settings but don't support replication

UE - Gameplay - Blueprint Editor - Mar 18, 2022

We should ideally hide the setting, but at the very least we can make it a warning if you check it indicating it's not gonna do anything. [Link Removed] ...

Type Promotion does not work with Soft Actor class references

UE - Gameplay - Blueprint Editor - Mar 16, 2022

The same issue occurs with "Not Equals" operators on this pin type. Workaround: Add "softclass" to the TypePromotionPinDenyList in the blueprint editor preferences.  ...

Add a way to have BlueprintInternalUseOnly Async nodes placed via keyboard shortcut

UE - Gameplay - Blueprint Editor - Feb 17, 2022

Users would like a way to place K2Node_AsyncActions that are marked BlueprintInternalUseOnly into the graph with a keyboard shortcut. ...

EditInlineNew properties on components don't work if the component name has whitespace

UE - Gameplay - Blueprint Editor - Feb 1, 2022

EditInlineNew properties on components can't be properly set if the component name has whitespace in it. This appears to be a problem with resolving the property name in SPropertyEditorEditInline::O ...

Warning Failed to find object 'Class None.NewBlueprint' appears on any selection ChildActor Component in BlueprintEditor

UE - Gameplay - Blueprint Editor - Dec 14, 2021

Summary: The following warning appears on each selection of any ChildActorComponent inside Blueprint Editor:LogUObjectGlobals: Warning: Failed to find object 'Class None.NewBlueprint1' (where NewBl ...

Connection/Disconnecting an integer pin to a divide node causes the pin literal value to fail

UE - Gameplay - Blueprint Editor - Nov 18, 2021

This only happens when you connect a pin, then disconnect it and try to compile again. ...

Const Blueprint Implementable Events don't update if const is removed from the native declaration

UE - Gameplay - Blueprint Editor - Oct 19, 2021

Constness is not updated in overridden BlueprintImplementableEvents when the native declaration is made non-const.  ...

Deprecated components can still be added via the Add Component button

UE - Gameplay - Blueprint Editor - Oct 19, 2021

The UDN has a possible fix for this issue in the Component Type Registry You can use the following as a test C++ class: #pragma once #include "CoreMinimal.h" #include "Components/ActorComp ...

Enum pin obscures icon on comparison operator nodes

UE - Gameplay - Blueprint Editor - Oct 18, 2021

Enum pin dropdown obscures the icons of the enum == and != nodes. ...