![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "HZB.h"#include "ScenePrivate.h"#include "SystemTextures.h"#include "RenderGraphUtils.h"Functions | |
| bool | operator& (EHZBType A, EHZBType B) |
| FHZBParameters | GetHZBParameters (FRDGBuilder &GraphBuilder, const FViewInfo &View, EHZBType InHZBTypes, FRDGTextureRef InClosestHZB, FRDGTextureRef InFurthestHZB) |
| FHZBParameters | GetHZBParameters (FRDGBuilder &GraphBuilder, const FViewInfo &View, EHZBType InHZBTypes) |
| FHZBParameters | GetHZBParameters (FRDGBuilder &GraphBuilder, const FViewInfo &View, bool bUsePreviousHZBAsFallback) |
| FHZBParameters | GetDummyHZBParameters (FRDGBuilder &GraphBuilder) |
| bool | IsHZBValid (const FViewInfo &View, EHZBType InHZBTypes, bool bCheckIfProduced) |
| bool | IsPreviousHZBValid (const FViewInfo &View, EHZBType InHZBTypes) |
| FRDGTextureRef | GetHZBTexture (const FViewInfo &View, EHZBType InHZBTypes) |
| FHZBParameters GetDummyHZBParameters | ( | FRDGBuilder & | GraphBuilder | ) |
| FHZBParameters GetHZBParameters | ( | FRDGBuilder & | GraphBuilder, |
| const FViewInfo & | View, | ||
| bool | bUsePreviousHZBAsFallback | ||
| ) |
| FHZBParameters GetHZBParameters | ( | FRDGBuilder & | GraphBuilder, |
| const FViewInfo & | View, | ||
| EHZBType | InHZBTypes | ||
| ) |
| FHZBParameters GetHZBParameters | ( | FRDGBuilder & | GraphBuilder, |
| const FViewInfo & | View, | ||
| EHZBType | InHZBTypes, | ||
| FRDGTextureRef | InClosestHZB, | ||
| FRDGTextureRef | InFurthestHZB | ||
| ) |
| FRDGTextureRef GetHZBTexture | ( | const FViewInfo & | View, |
| EHZBType | InHZBTypes | ||
| ) |