All public inline methods of class "FBlueprintEditor" are inaccessible to other modules due to "DLLIMPORT"

UE - Gameplay - Blueprint Editor - Jun 28, 2024

Class "FBlueprintEditor" has several inline getter methods as part of its public API (e.g. GetPreviewActor() and GetPreviewScene()). However, even though they are public, those methods are inaccessi ...

The light in the Blueprint Editor's Preview Scene does not respond to any lighting channel but 0.

UE - Gameplay - Blueprint Editor - Jun 28, 2024

In the Blueprint Editor, Primitive Components can be configured to respond to Lighting Channels 0, 1, and/or 2. However, if channel 0 is disabled (even with another one enabled), the Preview Actor's ...

Search in Blueprint can encounter a deadlock condition when the window is closed before the search finishes and an FText lookup is pending

UE - Gameplay - Blueprint Editor - Jun 19, 2024

When a running search in all blueprints is closed, it may prevent an AsyncTask used to return the look up FText's from StringTables from running on the game thread, leading to a deadlock. When the ...

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

UE - Gameplay - 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 ...

USplineComponent still editable in viewport despite setting as "read-only".

UE - Gameplay - Blueprint Editor - Apr 29, 2024

A spline component continues to be visible and editable in-editor despite all attempts to disable the functionality through the component's settings or uproperty specifiers. ...

Edit Conditions on Struct that contains FGameplayTagQuery leave the property readonly

UE - Gameplay - Blueprint Editor - Apr 8, 2024

When inside an array is used a UStruct with a FGameplayTagQuery var that has the EditCondition meta that is evaluating inside the struct. When a new element is added to the array in the editor, if a ...

Typing "Lerp" when dragging off of a vector pin results in "Slerp" being the first context menu hit

UE - Gameplay - Blueprint Editor - Mar 21, 2024

[Image Removed] ...

"Override Function" search box in the Blueprint Editor does not match actual function name (only its display name)

UE - Gameplay - Blueprint Editor - Mar 5, 2024

This is a quality-of-life issue for UE users. The issue was also detailed by the UDN user in a video in the linked UDN case. The Blueprint Editor provides an "Override Function" functionality in th ...

Breakpoints in BP Actor Construction Scripts can freeze the editor in several circumstances

UE - Gameplay - Blueprint Editor - Jan 31, 2024

Placing a breakpoint inside of the construction script of a blueprint Actor can cause the editor to freeze in some situations. The licensee has identified two such cases. The first is when opening ...

Actor components in blueprintable structs are uneditable in full BP editor, but not on instanced actors or in data BP editor

UE - Gameplay - Blueprint Editor - Jan 24, 2024

When an actor has a blueprintable struct that contains a reference to an actor component and that component is created default in the actor's constructor, the struct and the component will be unedit ...