Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/FWorldRenderCapture
Description
Compute a sphere where, if the camera is on the sphere pointed at the center, then the Visible Actors will be fully visible (ie a square capture will not have any clipping), for the given Field of View. SafetyBoundsScale multiplier is applied to the bounding box.
| Name | ComputeContainingRenderSphere |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Scene/WorldRenderCapture.h |
| Include Path | #include "Scene/WorldRenderCapture.h" |
| Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Private/Scene/WorldRenderCapture.cpp |
FSphere ComputeContainingRenderSphere
(
float HorzFOVDegrees,
float SafetyBoundsScale
) const