Navigation
API > API/Runtime > API/Runtime/RenderCore
Inheritance Hierarchy
- IRefCountedObject
- ICustomVisibilityQuery
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/RendererInterface.h |
| Include | #include "RendererInterface.h" |
Syntax
class ICustomVisibilityQuery : public IRefCountedObject
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsThreadsafe () |
Return true if we can call IsVisible from a ParallelFor | |
| bool | IsVisible
(
int32 VisibilityId, |
Test primitive visiblity | |
| bool | Prepare () |
Prepares the query for visibility tests |