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