Navigation
API > API/Plugins > API/Plugins/ModelingComponents
Classes
| Type | Name | Description | |
|---|---|---|---|
| FRenderCaptureOcclusionHandler | |||
| FRenderCaptureTextures | |||
| FSceneCaptureConfig | |||
| FSceneCapturePhotoSetSampler |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EBakeTextureBitDepth | |||
| EBakeTextureResolution | Bake maps enums | ||
| EBakeTextureSamplesPerPixel |
Functions
| Type | Name | Description | |
|---|---|---|---|
| MODELINGCOMPONENTS_API TUniquePtr< FSceneCapturePhotoSet > | UE::Geometry::CapturePhotoSet
(
const TArray< TObjectPtr< AActor >>& Actors, |
Please use ConfigureSceneCapture and FSceneCapturePhotoSet::Compute instead. | |
| MODELINGCOMPONENTS_API void | UE::Geometry::ConfigureSceneCapture
(
const TUniquePtr< FSceneCapturePhotoSet >& SceneCapture, |
||
| MODELINGCOMPONENTS_API FRenderCaptureOptions | UE::Geometry::GetComputedPhotoSetOptions
(
const TUniquePtr< FSceneCapturePhotoSet >& SceneCapture |
Please use GetSceneCaptureConfig instead. | |
| MODELINGCOMPONENTS_API FSceneCaptureConfig | UE::Geometry::GetSceneCaptureConfig
(
const TUniquePtr< FSceneCapturePhotoSet >& SceneCapture, |
||
| MODELINGCOMPONENTS_API void | UE::Geometry::GetTexturesFromRenderCaptureBaker
(
const TUniquePtr< FMeshMapBaker >& Baker, |
Note: The source data in the textures is not updated by this function. | |
| MODELINGCOMPONENTS_API TUniquePtr< FMeshMapBaker > | UE::Geometry::MakeRenderCaptureBaker
(
FDynamicMesh3* BaseMesh, |
Return a render capture baker, note the lifetime of all arguments such match the lifetime of the returned baker. | |
| MODELINGCOMPONENTS_API TUniquePtr< FMeshMapBaker > | UE::Geometry::MakeRenderCaptureBaker
(
FDynamicMesh3* BaseMesh, |
Please use the overload where PendingBake has type FRenderCaptureTypeFlags instead. | |
| MODELINGCOMPONENTS_API FRenderCaptureUpdate | UE::Geometry::UpdatePhotoSets
(
const TUniquePtr< FSceneCapturePhotoSet >& SceneCapture, |
This function efficiently updates the given SceneCapture and returns a struct indicating which channels were updated | |
| MODELINGCOMPONENTS_API FRenderCaptureTypeFlags | UE::Geometry::UpdateSceneCapture
(
const TUniquePtr< FSceneCapturePhotoSet >& SceneCapture, |
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAntiAliasing | ||
| bool | bBakeBaseColor | Material output settings | |
| bool | bBakeDeviceDepth | ||
| bool | bBakeEmissive | ||
| bool | bBakeMetallic | ||
| bool | bBakeNormalMap | ||
| bool | bBakeOpacity | ||
| bool | bBakeRoughness | ||
| bool | bBakeSpecular | ||
| bool | bBakeSubsurfaceColor | ||
| bool | bUpdatedDeviceDepth | ||
| bool | bUpdatedEmissive | ||
| bool | bUpdatedMetallic | ||
| bool | bUpdatedNormalMap | ||
| bool | bUpdatedOpacity | ||
| bool | bUpdatedPackedMRS | ||
| bool | bUpdatedRoughness | FRenderCaptureUpdate is only used by deprecated functions, see those deprecation notes for more info. | |
| bool | bUpdatedSpecular | ||
| bool | bUpdatedSubsurfaceColor | ||
| bool | bUsePackedMRS | ||
| double | FieldOfViewDegrees | Render capture parameters | |
| double | NearPlaneDist | ||
| PRAGMA_DISABLE_DEPRECATION_WARNINGS | FRenderCaptureOptions is only used by deprecated functions, see those deprecation notes for more info. |