| 561 | } |
| 562 | |
| 563 | void HnTaskManager::SetRenderBoundBoxParams(const HnRenderBoundBoxTaskParams& Params) |
| 564 | { |
| 565 | SetTaskParams(TaskUID_RenderBoundBox, Params); |
| 566 | } |
| 567 | |
| 568 | void HnTaskManager::SetPostProcessParams(const HnPostProcessTaskParams& Params) |
| 569 | { |
nothing calls this directly
no outgoing calls
no test coverage detected