Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/Baking > API/Plugins/ModelingComponents/Baking/UE__Geometry__MakeRenderCaptureB-
Deprecated * Please use the overload where PendingBake has type FRenderCaptureTypeFlags instead.
References
| Module | ModelingComponents |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Baking/RenderCaptureFunctions.h |
| Include | #include "Baking/RenderCaptureFunctions.h" |
| Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Private/Baking/RenderCaptureFunctions.cpp |
namespace UE
{
namespace Geometry
{
MODELINGCOMPONENTS_API TUniquePtr< FMeshMapBaker > UE&58;&58;Geometry&58;&58;MakeRenderCaptureBaker
&40;
FDynamicMesh3 &42; BaseMesh,
TSharedPtr< FMeshTangentsd, ESPMode::ThreadSafe > BaseMeshTangents,
TSharedPtr< TArray< int32 >, ESPMode::ThreadSafe > BaseMeshUVCharts,
FSceneCapturePhotoSet &42; SceneCapture,
FSceneCapturePhotoSetSampler &42; Sampler,
FRenderCaptureOptions PendingBake,
int32 TargetUVLayer,
EBakeTextureResolution TextureImageSize,
EBakeTextureSamplesPerPixel SamplesPerPixel,
FRenderCaptureOcclusionHandler &42; OcclusionHandler
&41;
}
}
Remarks
Return a render capture baker, note the lifetime of all arguments such match the lifetime of the returned baker