BeginPlay execution order is different when using Game Mode instead of Game Mode Base

UE - Gameplay - Blueprint - Apr 26, 2019

Using Game Mode instead of Game Mode Base causes the Begin Play event to trigger in a different order. This is shown in the reproduction with the Begin Play of the Player Controller and the Game Mod ...

C++ Class Creation Wizard does not setup include path properly when using a sub-directory with Public/Private Classes

Tools - May 7, 2020

The creation wizard is not correctly adding the #include path in the CPP file. To fix the issue to get the project to compile you have to add the path in the .CPP file within Visual Studio. In this ...

Crash when null texture parameter is present on a MIC

UE - Rendering Architecture - Materials - Apr 22, 2022

From UDN: [Link Removed] Proposed fix: int32 FHLSLMaterialTranslator::TextureParameter(FName ParameterName, UTexture* InDefaultValue, int32& TextureReferenceIndex, EMaterialSamplerType SamplerType ...

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

Recorded sequences create broken "Visibility" tracks instead of "Hidden in Game" Tracks

UE - Anim - Sequencer - Jun 19, 2017

Recorded sequences create "Visibility" tracks instead of "Hidden in Game" Tracks. "Visibility" tracks appear to be legacy tracks that you can't create anymore, but is still created by Sequence Reco ...

[CrashReport] UE4Editor_Foliage!FMulticastDelegateBase<FWeakObjectPtr>::AddInternal() [multicastdelegatebase.h:113]

UE - World Creation - Worldbuilding Tools - Foliage - Jul 6, 2017

This is a common crash in the 4.16 release. The callstack is similar to [Link Removed], but that was fixed in 4.16.2 while this crash still occurs. Users have not provided any additional informati ...

Characters using NavWalking on server have noticeable jitter on clients at lower framerates

UE - AI - Aug 23, 2018

AI nav walking doesn't allow clients to set a "Base" for the character (SetBase from UpdateFloorFromAdjustment), so there is no floor result on frames where there is a net update. This causes simula ...

Post Process Material + Stereo Rendering = Left Eye Black

UE - Platform - XR - Dec 16, 2019

Left Eye Renders black in VR when a PostProcess Material is applied. On Quest Right eye renders post process mat and left eye renders scene, but upsidedown. Also occurs in Packaged Project and/or ...

Unable to Import Alembic Files in UE4

UE - Editor - Content Pipeline - Import and Export - Feb 25, 2020

We have written a plugin for UE4 that allows Unreal users to import and set up Megascans assets into Unreal Engine. Recently we added Alembic files to our assets and also updated all our plugins to ...

Crash if the setting of PhysicalAnimationComponent is changed in the same frame as teleport processing

UE - Simulation - Physics - Apr 24, 2020

Crash when ApplyPhysicalAnimationProfileBelow node and UPhysicalAnimationComponent :: UpdateTargetActors by UPhysicalAnimationComponent :: OnTeleport run in the same frame. Because RuntimeInstanceDa ...