UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ImageWriteBlueprintLibrary.h File Reference
#include "Kismet/BlueprintFunctionLibrary.h"
#include "ImageWriteTypes.h"
#include "ImageWriteBlueprintLibrary.generated.h"

Go to the source code of this file.

Classes

struct  FImageWriteOptions
 
class  UImageWriteBlueprintLibrary
 

Typedefs

typedef TFunction< void(TUniquePtr< FImagePixelData > &&)> FOnPixelsReady
 

Functions

 DECLARE_DYNAMIC_DELEGATE_OneParam (FOnImageWriteComplete, bool, bSuccess)
 

Typedef Documentation

◆ FOnPixelsReady

Function Documentation

◆ DECLARE_DYNAMIC_DELEGATE_OneParam()

DECLARE_DYNAMIC_DELEGATE_OneParam ( FOnImageWriteComplete  ,
bool  ,
bSuccess   
)