Morph Targets fail to record through Persona and Sequence Recorder when set via the event graph

UE - Virtual Production - Tools - Take Recorder - Jul 4, 2018

If you have a set of morph targets which are driven when you record with either the recorder in Persona or Sequence Recorder the resultant animation will not contain any values on the curves. In th ...

Unable to create a 'World Soft Object Reference' Variable from the Variables Panel

UE - Framework - Blueprint Editor - Jun 21, 2018

Soft references to World objects (TSoftObjectPtr<UWorld>) cannot be directly created in blueprints. These types work fine in blueprints but cannot be directly created. The reason soft references are ...

SSR can self intersect when occluder found of first ray marshing hit

UE - Graphics Features - May 3, 2018

$title ...

Parameters show up in material instances even if they're not supposed to be exposed

UE - Rendering Architecture - Materials - Feb 28, 2018

In this case, I've added inputs to a material function. That material function input uses a parameter as it's default value. [image: Inline image 1] When referenced in the shader[image: Inline ima ...

Blueprint component lost when reparenting native base class and component name collides

UE - Gameplay - Blueprint Compiler - Feb 26, 2018

Use attached project to skip c++ steps. Follow from step 6. Update: It appears that the same symptoms occur if you simply change the name of an existing subobject, without changing the property/f ...

Blueprint 'Select' node: nodes connect to all input pins are evaluated while only one input is needed

UE - Gameplay - Blueprint - Aug 15, 2015

Originally marked Won't Fix in 2017. Issue reopened on May 1, 2024. All inputs of a Select blueprint node are evaluated, even though in the end only one value is selected. This is wasteful work. ...