UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
CanvasRenderTarget2D.h File Reference
#include "CoreMinimal.h"
#include "UObject/ObjectMacros.h"
#include "Templates/SubclassOf.h"
#include "UObject/ScriptMacros.h"
#include "Engine/TextureRenderTarget2D.h"
#include "CanvasRenderTarget2D.generated.h"

Go to the source code of this file.

Classes

class  UCanvasRenderTarget2D
 

Functions

 DECLARE_DYNAMIC_MULTICAST_DELEGATE_ThreeParams (FOnCanvasRenderTargetUpdate, UCanvas *, Canvas, int32, Width, int32, Height)
 

Function Documentation

◆ DECLARE_DYNAMIC_MULTICAST_DELEGATE_ThreeParams()

DECLARE_DYNAMIC_MULTICAST_DELEGATE_ThreeParams ( FOnCanvasRenderTargetUpdate  ,
UCanvas ,
Canvas  ,
int32  ,
Width  ,
int32  ,
Height   
)

This delegate is assignable through Blueprint and has similar functionality to the above.