Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FSceneInterface
Description
Resets reflection capture data to allow it to be rebuilt from scratch. Allows shrinking of the number of items in the capture array, which otherwise only grows. This can allow the user to solve cases where an out of memory (OOM) condition prevented captures from being generated. The user can remove some items or reduce the capture resolution to fix the issue, and run "Build Reflection Captures" (which calls this function), instead of needing to restart the editor. The flag "bOnlyIfOOM" only does the reset if an OOM had occurred.
| Name | ResetReflectionCaptures |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/SceneInterface.h |
| Include Path | #include "SceneInterface.h" |
virtual void ResetReflectionCaptures
(
bool bOnlyIfOOM
)