ICustomVisibilityQuery

Windows
MacOS
Linux

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

Name Description

Public function Virtual

bool

 

IsThreadsafe()

Return true if we can call IsVisible from a ParallelFor

Public function

bool

 

IsVisible

(
    int32 VisibilityId,
    const FBoxSphereBounds& Bounds
)

Test primitive visiblity

Public function

bool

 

Prepare()

Prepares the query for visibility tests

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss