Material not compiling due to WorldAlignedTexture connected to multiply

UE - Rendering Architecture - Materials - Jul 23, 2024

When a WorldAlignedTexture node is connected to multiply and then to a base color output, the material cannot be compiled, giving an error about an undeclared local variable "Local27". Does not happ ...

GAS: Initial OnRep_SpawnedAttributes from DefaultStartingData clears attribute values for already replicated ActiveGameplayEffects

UE - Gameplay - Gameplay Ability System - Oct 23, 2024

Context The property 'DefaultStartingData' in AbilitySystemComponent can be configured from blueprint to spawn default attribute sets. This happens OnRegister. For runtime spawned actors like pawns ...

Decals in ISR have issues related to depth

UE - Platform - XR - Oct 11, 2024

See additional info URL: Decals have oddities in how depth is perceived. It seems we're sampling the left eye depth for the right eye. Decals in ISR are drawn view-by-view rather than being instance ...

Rolling ball physics bounces on flat landscape with low fps

UE - Simulation - Physics - Apr 21, 2015

It's been reported that using the rolling ball physics on a flat landscape will cause the rolling ball to bounce when it crosses a seam. It does not happen on every single seam, but it happens prett ...

Creating a class derived from Trigger Base or its subclasses fails in editor

UE - Gameplay - Apr 30, 2015

Attempting to create a class with the parent set to Trigger Base, Trigger Box, Trigger Capsule, or Trigger Sphere will fail to create the class ...

Selecting Auto Convex Collision crashes the editor

UE - Platform - Linux - Apr 13, 2015

In the static mesh editor, choosing the Auto Convex Collision from the Collision drop toolbar and selecting apply will immediately crash the engine. ...

GitHub promoted branch crash on Mac when trying to PIE

UE - Platform - Apple - Mar 17, 2015

Attempting to play in editor will cause the editor to crash immediately. ...

Additive anim slot takes over when played with Matinee

OLD - Anim - Aug 12, 2015

When you have an animBP with two anim slots (one of which is additive) and are playing the animations via Matinee through each slot, the additive animation takes over and the base animation doesn't ...

Format Text node accepts breakpoints w/o execution pins

UE - Gameplay - Blueprint - Feb 6, 2015

Even though the Format Text node does not have any execution pins it is possible to put a breakpoint on the node. NOTE: The breakpoint appears as a yellow circle and does not trigger when the code ...

console "stat" commands function properly but report command as not recognized

Tools - Jan 9, 2015

A number of "stat commands" such as "stat memory" or "stat collision" are working when used but display the message "Command not recognized: stat memory" when entered. ...