The flag is not propagated in FPrimitiveSceneShaderData::FPrimitiveSceneShaderData and so is missing in GPU-Scene primitive data. Need to add: .UseSingleSampleShadowFromStationaryLights(Proxy->UseS ...
The issue was reproduced when building a minimap for an open world level with no Actors with "Is Spatially Loaded" enabled. Placing additional Actors with "Is Spatially Loaded" enabled in the level ...
If "Scale with Width" is set on a landscape spline with a plane mesh, the plane will offset on the Z axis. In most other cases, scaling along the z axis does not affect planes. ...
Calling RegisterComponent in the PreInitializeComponents of an Actor will cause child components of its components to be ignored because the Actor is still being initialized. My understanding is tha ...
Depth buffer corruption/artifacts when using VR with certain AMD GPUs Tested with Oculus DK2, User reports with Oculus Rift ...
Trackpad Values return 0 Additionally: I also observed that the Go's trigger is registering as Trigger MotionController (R) Facebutton 1 and that previously there were MotionController (R) Thumb ...
When editing the module the call to FHlslNiagaraTranslator::HandleDataInterfaceCall has the usage "Module", so it treads the module as if that was its stack context, even though the module's usage b ...
If an input binding is renamed and the editor closed and re-opened, the input binding will revert to it's original name. ...