Blueprint class's property is overridden by parent blueprint class

UE - Gameplay - Components - Nov 2, 2020

I did some research. The problem is caused in CoreNative.cpp. In Function GetInstancedSubobject (Line 126) We should check if instance is runtime instance first. If it is runtime instance, just us ...

Editor crash when using Animation BP pose watch

OLD - Anim - Apr 7, 2020

We encountered a crash when using Anim BP Pose Watches to inspect poses on actors in a PIE instance. Specifically it seems ending the PIE session while the Anim BP is still watching the actor in the ...

BlueprintGetter does not work with or disable AnimGraph Fast Path

OLD - Anim - Jan 23, 2020

When used as part of the fast path in an ABP, variable Blueprint Getters are not used. If something with a getter that does not conform to or is supported by fast path, is used then fast path should ...

DefaultToSelf on a TScriptInterface parameter does not default correctly

UE - Gameplay - Blueprint - Aug 31, 2020

This issue seems to stem from the incorrect constructor being called for TScriptInterface, so the correct Interface pointer does not get called. If you explicitly connect a reference to "Self" to ...

[CrashReport] UE4Editor_BlueprintCompilerCppBackend!FEmitDefaultValueHelper::HandleInstancedSubobject() [blueprintcompilercppbackendvaluehelper.cpp:2148]

UE - Gameplay - Blueprint Compiler - Mar 20, 2018

No user comments in crash group 2143 // We should always be the one creating an instance in this case. 2144 check(bCreateInstance); 2145 2146 // Dummy object tha ...

Changing blueprint default values inside arrays only updates loaded child blueprints

UE - Foundation - Core - Jul 30, 2020

The rules for delta serialization in UE4 are complicated, and the editor tries to hide them from you, which works 90% of the time but can lead to confusion and data loss in other situations. In the ...

changing localization does not change text in PIE

Tools - Sep 10, 2015

When switching localization for testing, text does not change language in PIE. ...

GAS: GameplayCueNotify OnActive executed twice for Duration GEs on Standalone+ListenServer

UE - Gameplay - Gameplay Ability System - Aug 2, 2023

When playing Standalone or as Listen Server, whenever a GameplayEffect with a duration is applied that fires gameplay cues, the server will locally execute OnActive twice on GameplayCueNotify_Actors ...

AbilitySystemComponent::NotifyAbilityEnded Can Crash due to Callbacks Invalidation Specs

UE - Gameplay - Gameplay Ability System - Oct 11, 2023

Pasting from the UDN: Unsafe code in AbilitySystem can lead to crash when granting an ability inside OnAbilityEnded Hello. We just ran into a crash. After investigation, it seems to be caused by ...

Cannot Use Key Value Combo "Alt + F4" for New Action Mapping

UE - Gameplay - Input - Apr 21, 2016

You cannot use the key value combo "Alt + F4" as the input for an Action Mapping, whereas you can use "Alt + other F keys" as inputs. (Alt + F4 is a command to close programs in Windows) Expected: ...