Navigation
API > API/Plugins > API/Plugins/ModelingComponents
| Name | FRenderCaptureOcclusionHandler |
| Type | class |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Baking/RenderCaptureFunctions.h |
| Include Path | #include "Baking/RenderCaptureFunctions.h" |
Syntax
class FRenderCaptureOcclusionHandler
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRenderCaptureOcclusionHandler
(
FImageDimensions Dimensions |
Baking/RenderCaptureFunctions.h |
Structs
| Name | Remarks |
|---|---|
| FSampleStats |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Infill | TMarchingPixelInfill< FSampleStats > | Baking/RenderCaptureFunctions.h | ||
| InfillRequired | TArray< bool > | InfillRequire[i] indicates if the i-th image passed to ComputeAndApplyInfill needs infill. | Baking/RenderCaptureFunctions.h | |
| SampleStats | TImageBuilder< FSampleStats > | Collect some sample stats per pixel, used to determine if a pixel requires infill or not. | Baking/RenderCaptureFunctions.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ComputeAndApplyInfill
(
TArray< TUniquePtr< TImageBuilder< FVector4f > > >& Images |
Baking/RenderCaptureFunctions.h | ||
void PushInfillRequired
(
bool bInfillRequired |
Baking/RenderCaptureFunctions.h | ||
void RegisterSample
(
const FVector2i& ImageCoords, |
Baking/RenderCaptureFunctions.h |