Navigation
API > API/Runtime > API/Runtime/Renderer
References
| Module | Renderer |
| Header | /Engine/Source/Runtime/Renderer/Public/GlobalDistanceFieldParameters.h |
| Include | #include "GlobalDistanceFieldParameters.h" |
Syntax
class FGlobalDistanceFieldParameterData
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | ClipmapSizeInPages | ||
| FRHITexture * | CoverageAtlasTexture | ||
| float | GlobalDFResolution | ||
| FVector | InvCoverageAtlasSize | ||
| FVector | InvPageAtlasSize | ||
| float | MaxDFAOConeDistance | ||
| int32 | MaxPageNum | ||
| float | MipFactor | ||
| FRHITexture * | MipTexture | ||
| float | MipTransition | ||
| FVector4f[GlobalDistanceField::MaxClipmaps] | MipTranslatedWorldToUVBias | ||
| FVector4f[GlobalDistanceField::MaxClipmaps] | MipTranslatedWorldToUVScale | ||
| int32 | NumGlobalSDFClipmaps | ||
| FRHITexture * | PageAtlasTexture | ||
| TRefCountPtr< FRDGPooledBuffer > | PageObjectGridBuffer | ||
| FRHITexture * | PageTableTexture | ||
| FVector4f[GlobalDistanceField::MaxClipmaps] | TranslatedCenterAndExtent | ||
| FVector4f[GlobalDistanceField::MaxClipmaps] | TranslatedWorldToUVAddAndMul |
Constructors
| Type | Name | Description | |
|---|---|---|---|