Create a "Input Device User Mapping Schema" of some kind for PC

UE - Gameplay - Input - Feb 13, 2024

When you are playing a game on PC (especially local multiplayer) many developers want to change how input devices are "mapped" to different players. For example, a single player game might want the ...

Creating a copy of BSP after fliping it in geometry edit mode cause the copy to be invisible

UE - LD & Modeling - Modeling Tools - BSP - Aug 29, 2014

Branch Build Label UE4-Main Promoted-CL- 2270796 DESCRIPTION: If a player goes into geometry edit mode and flips a bsp then makes a copy of it the copy will appear invisible ADDITIONAL NOTES: A ...

Lags in animation when set leader pose component is used

UE - Rendering Architecture - Aug 2, 2023

https://udn.unrealengine.com/s/question/0D54z00009UJv5HCAT/lags-in-animation-when-set-leader-pose-component-is-used From licensee: "USkinnedMeshComponents have the option to double-buffer their bo ...

Montage Editor calls NotifyEnds of AnimNotifyState even when paused

UE - Anim - Gameplay - Oct 13, 2023

In the Animation Montage Editor, NotifyEnd is unexpectedly called when a time marker is in the middle of an AnimNotifyState and the animation preview gets paused. Because the Animation Montage Edito ...

[CrashReport] UE4Editor_AlembicLibrary!AbcImporterUtilities::GenerateSmoothingGroupsIndices()

UE - Gameplay - Aug 5, 2016

This JIRA is being entered as a result of it being one of the top crashes occurring in 4.13 Preview 1. Error message: Assertion failed: (Index >= 0) & (Index < ArrayNum) [Link Removed] [Line: 833] ...

Static Mesh approximate size can be inconsistent between Content Browser and Static Mesh Editor

Tools - May 3, 2017

The approximate size for a Static Mesh that is shown in the tooltip from hovering over a Static Mesh in the Content Browser and the approximate size shown in the Static Mesh Editor can be inconsiste ...

Landscape BP Brushes in WP map causes changelist validation to fail

UE - Graphics Tools - Terrain - Landscape - May 13, 2022

Using a Landscape BP brush in a WP map causes SCC validation to fail: [2022.05.13-09.04.47:880][473]SourceControl: Error: Changelist validation failed! [2022.05.13-09.04.47:881][473]SourceControl: ...

Current animation asset is lost in animation preview when a post process anim BP is compiled

UE - Anim - Runtime - Anim Blueprints - Aug 3, 2020

UDebugSkelMeshComponent and PreviewInstance are lost current animation asset. There are 2 ways to fix below void UDebugSkelMeshComponent::InitAnim(bool bForceReinit) { // If we already have Pre ...

Nativizing a blueprint interface using TMap/TSet causes Fatal error in UHT

UE - Gameplay - Blueprint Compiler - Sep 9, 2020

FPropertyBase constructor does not handle a TMap/TSet property. Following workaround can avoid this error. explicit FPropertyBase(FProperty* Property) : PropertyExportFlags(PROPEXPORT_Public) ...

Static/stationary child actor components are invisible and/or move position when placed inside a dynamically loaded level

UE - Gameplay - Components - Oct 31, 2024

When loading a non-world partitioned level into a persistent world partitioned level, parent actors with child actor components within the loaded map will move position or become invisible. Within t ...