FSceneInterface::GetReflectionCaptureData

Reads back reflection capture data from the GPU.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/SceneInterface.h

Include

#include "SceneInterface.h"

Syntax

virtual void GetReflectionCaptureData
(
    UReflectionCaptureComponent * Component,
    class FReflectionCaptureData & OutCaptureData
)

Remarks

Reads back reflection capture data from the GPU. Very slow operation that blocks the GPU and rendering thread many times.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss