As with most nodes, object reference outputs can be directly connected to interface-typed inputs on "make container" nodes (e.g. "MakeArray") if the object's class type implements the interface clas ...
DrawDebugString does not appear to be working when combined with nDisplay. ...
When a SkeletalMeshComponent is restarted by calling in order of SetSimulatePhysics and SetComponentTickEnabled, the TickComponent and EndPhysicsTick are executed simultaneously. As a result, the ...
The display implementation is in the level blueprint. [Image Removed] ...
This problem seems to be fine when the material is Opaque.[Image Removed] ...
in PIE, RerunConstructionScript() is executed and actor's CachedMaxDrawDistance is updated as expected. in packaged game, RerunConstructionScript() is not executed so, CullDistanceVolume is not u ...
Basically, APlayerController::HiddenActors, which is propagated into FSceneView::HiddenPrimitives is not used to skip shadow casters in the DF shadow implementation. Because this does not use the g ...
r.AllowOcclusionQueries 0 skips the call to TrimOcclusionHistory(), so the PrimitiveOcclusionHistorySet container continues to grow. ...