FOnScreenshotCaptured

Delegate type used by [UGameViewportClient](API\Runtime\Engine\Engine\UGameViewportClient) when a screenshot has been captured

Windows
MacOS
Linux

Type

typedef TMulticastDelegate_ThreeParams< void, int32, int32, const TArray< FColor > & > FOnScreenshotCaptured

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/GameViewportDelegates.h

Include

#include "Engine/GameViewportDelegates.h"

Remarks

Delegate type used by UGameViewportClient when a screenshot has been captured

The first parameter is the width. The second parameter is the height. The third parameter is the array of bitmap data.

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