Navigation
Unreal Engine C++ API Reference > Runtime > Engine
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/DistanceFieldDownsampling.h |
Include | #include "DistanceFieldDownsampling.h" |
Syntax
class FDistanceFieldDownsampling
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | ||
![]() ![]() |
void | DispatchDownsampleTasks
(
FRDGBuilder& GraphBuilder, |
|
![]() ![]() |
void | FillDownsamplingTask
(
const FIntVector& SrcSize, |
|
![]() ![]() |
void | GetDownsampledSize
(
const FIntVector& Size, |
Deprecated Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | DispatchDownsampleTasks
(
FRHICommandListImmediate& RHICmdList, |
This method has been refactored to use an FRDGBuilder instead. |