In order to fix a major issue involving dissapearing actors during cook, we added instancing context duplication in 31925640. This actually undoes the optimization made from 26543720 Both reported ...
The logic for data validation on UGameplayEffectComponent expects it to be owned by a UGameplayEffect. Any Blueprint derived from UGameplayEffectUIData (child of UGameplayEffectComponent) fails this ...
When multiple duration GameplayEffects apply a GameplayCue with the same tag, the network authority game instance (standalone & servers) will remove all GameplayCues with that tag from the AbilitySy ...
Game code can register listeners to when a GAS attribute changes value, for example by calling: AbilitySystemComponent->GetGameplayAttributeValueChangeDelegate(SomeAttribute).AddLambda(); These de ...
Using Fracture/Chaos Destruction with TSR as Anti-Aliasing Method generates smeared images whenever the debris are moving. The client pointed out that the issue might come from GeometryCollectionCom ...
Currently when we load a Material Instance that overrides some texture parameter of its parent, we also load all the overridden textures of the parent. This is quite wasteful, as those textures wil ...
Level Instances are spawned in the origin (0,0,0) after making a packaged build in Linux ...
The IsMainWorldOnly setting for Actor in LevelInstance is not reflected when LevelInstance is in Standalone mode. The setting is respected when LevelInstance is in Embedded mode. The Actor is not l ...