Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UReflectionCaptureComponent
Description
Generally called each tick to recapture any queued reflection captures. In some cases, it's also called from Editor utility functions or commands. Set "bInsideTick" to true if called from inside a Tick function, indicating a render frame is already active, and the capture doesn't need to start one.
| Name | UpdateReflectionCaptureContents |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/ReflectionCaptureComponent.h |
| Include Path | #include "Components/ReflectionCaptureComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/ReflectionCaptureComponent.cpp |
static void UpdateReflectionCaptureContents
(
UWorld * WorldToUpdate,
const TCHAR * CaptureReason,
bool bVerifyOnlyCapturing,
bool bCapturingForMobile,
bool bInsideTick
)