Many native-only interfaces incorrectly appear as implementable by blueprints

UE - Gameplay - Blueprint - Sep 14, 2020

Right now, any UINTERFACE that is not marked as CannotImplementInterfaceInBlueprint is shown as implementable in blueprint. If these functions have BlueprintCallable functions or related things then ...

Get and Set nodes for variables from a BP's parent class will not compile without a reference to Self (4.8)

UE - Gameplay - Blueprint - Jan 20, 2015

Get and Set nodes for variables from a BP's parent class will not compile without a reference to Self. Without one, the BP fails to compile with the following error: "Error Variable node Get NewVa ...

Get and Set nodes for variables from a BP's parent class will not compile without a reference to Self

UE - Gameplay - Blueprint - Jan 9, 2015

Get and Set nodes for variables from a BP's parent class will not compile without a reference to Self. Without one, the BP fails to compile with the following error: "Error Variable node Get NewVa ...

Cannot find source code error when doubleclicking blueprint nodes to see it in the code.

UE - Gameplay - Blueprint - Apr 2, 2018

The launcher version engine cannot find *.inl file from installed location (i.e. in my case it is located at D:\Launcher\UE_4.19\Engine\Source\Runtime\Engine\Classes\Kismet\KismetMathLibrary.inl) an ...

Crash in UHierarchicalInstancedStaticMeshComponent::GetOverlappingSphereCount

UE - World Creation - Worldbuilding Tools - Foliage - May 15, 2018

A licensee has reported a regression from 4.18.3 to 4.19.2 that is causing crashes to occur in their project. The crash occurs when walking onto their foliage in a packaged game. This does not happe ...

World Memory Leaks crash with a hidden sublevel to a redirector

Tools - Dec 8, 2020

From UDN: The reason it crashes is because Child doesn't get garbage collected, which is because it still has the RF_Standalone flag. UEditorEngine::EditorDestroyWorld clears RF_Standalone flag ...

ARCore plugin missing 'tools' components

UE - Platform - XR - Jul 28, 2018

https://forums.unrealengine.com/development-discussion/vr-ar-development/1494917-ue-4-20p4-arcore-image-database-cannot-build/page2 Bo Pang from Google writes: "I think there are two issues here: 1 ...

GameInstance and subsystem initialization order is incorrect for Play In Editor

UE - Gameplay - May 18, 2023

The order of world and game instance initialization is different between a true standalone game (cooked game or an editor build with -game) and a Play In Editor game. Specifically, in Play in Editor ...

Server RPC with struct param containing class reference does not pass parameter

UE - Networking - Apr 2, 2018

Class ref is not passed to server within the struct in UE 4.19. Instead, the default value is passed to the server. LogNetPackageMap: Warning: SanityCheckExport: CacheObject == NULL. NetGUID: 1, Ob ...

Linux: Assertion at splash screen when trying to open UE4Editor

UE - Platform - Linux - Mar 21, 2017

I ran into this while looking to verify [Link Removed] at CL 3355923. I logged the issue I was verifying the fix for last night and have not updated anything locally, so the "OpenGL 4.3 not supporte ...