The flag is not propagated in FPrimitiveSceneShaderData::FPrimitiveSceneShaderData and so is missing in GPU-Scene primitive data. Need to add: .UseSingleSampleShadowFromStationaryLights(Proxy->UseS ...
There's a crash when "Play Quantized" is used on an Audio Component that was constructed via the functions "Create Sound 2D" or "Spawn Sound 2D" when the option 'Persist Across Level Transitions' is ...
When importing wav files with a higher bit depth than 16, any cue points on the file are stripped. ...
USplineComponent::CalcBounds is not defined in shipping builds (presumably the thought being that nothing can be rendered in shipping, and hence no scene capture required). But if CalcBounds is use ...
Looks like we only need a way to disable the usage of these tests from running if ray tracing is disabled as they are ray tracing only tests. ...
UDN post raising this. We ignore digital inputs only, but do so by querying Key.IsDigital(). This causes issues if the key is mapped to an analog action (i.e. it's emulating an axis). Proposed solu ...
Plugins that provide blueprint-accessible libraries generally need to be set the PreDefault LoadingPhase so they can be properly loaded before game-specific data that loads early in the Default load ...