EVTRequestPageStatus

Windows
MacOS
Linux

References

Module

RenderCore

Header

/Engine/Source/Runtime/RenderCore/Public/VirtualTexturing.h

Include

#include "VirtualTexturing.h"

Syntax

enum EVTRequestPageStatus
{
    Invalid,
    Saturated,
    Pending,
    Available,
}

Values

Name

Description

Invalid

The request is invalid and no data will ever be available

Saturated

Requested data is not being produced, and a request can't be started as some part of the system is at capacity.

Pending

Requested data is currently being produced, but is not yet ready.

Available

Requested data is available

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