FDynamicRHI::RHIReadSurfaceData

Default fallback; will not work for non-8-bit surfaces and it's extremely slow.

Windows
MacOS
Linux

Override Hierarchy

References

Module

RHI

Header

/Engine/Source/Runtime/RHI/Public/DynamicRHI.h

Include

#include "DynamicRHI.h"

Syntax

virtual void RHIReadSurfaceData
(
    FRHITexture * Texture,
    FIntRect Rect,
    TArray< FLinearColor > & OutData,
    FReadSurfaceDataFlags InFlags
)

Remarks

Default fallback; will not work for non-8-bit surfaces and it's extremely slow.

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