FMovieSceneSkeletalAnimationParams::MapTimeToAnimation takes in an FFrameTime and FFrameRate and is supposed to tell you which frame of animation that evaluates to, when accounting for looping, play ...
Given a get node with a struct output, if "Split Struct Pin" is used on the struct and one of that struct's outputs are connected to another node, it does not count as a used pin when the base get n ...
Moving a level sequence asset that contains actors that are being referenced as a subsequence in an attach track causes the references to drop, even though the subsequence reference is correctly upd ...
Currently we build what source curves we are going to remap is done inside of: FIKRetargetCurveRemapOp::AnimGraphPreUpdateMainThread But in our ikretarget processor code we skip calling that functi ...
On an NVIDIA GPU, Instanced Static Meshes can flicker when a Groom card or mesh LOD is visible. This appears related to an issue rendering the ISM into the Scene Depth. At the end of the Prepass, t ...
I guess that when the default value of the pipeline is None, the editor will silently pick the skeleton that is in the same folder of where you are importing. If the UI is active you can then force ...
When shadersymbols are requested, cooking shaders writes the symbol files into {Project} /Saved/ShaderSymbols/<PlatformName>. These symbols are written by the function FShaderSymbolExport::Write ...
When a project is run with these settings in a template project, untracked virtual memory increases. Cvars r.GBufferFormat 3 r.Lumen.TraceMeshSDFs 1 r.Lumen.TranslucencyReflections.FrontLayer.Enab ...
The BLAS for Skeletal Meshes that don't move, or tick get updated every frame even if the animation and skin cache aren't updated. This adds over 1ms to update time. The only exception is if the sk ...
When r.SSR.Stencil is enabled, the areas with high roughnesss are not discarded and Unlit materials are incorrectly handled. See the linked EPS case (Additional Info URL) for a full explanation of ...