UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
IWidgetReflector.h File Reference
#include "CoreMinimal.h"
#include "Widgets/SWindow.h"

Go to the source code of this file.

Classes

class  IWidgetReflector
 

Functions

 DECLARE_DELEGATE_RetVal_ThreeParams (bool, FAccessSourceCode, const FString &, int32, int32)
 
 DECLARE_DELEGATE_RetVal_OneParam (bool, FAccessAsset, UObject *)
 

Function Documentation

◆ DECLARE_DELEGATE_RetVal_OneParam()

DECLARE_DELEGATE_RetVal_OneParam ( bool  ,
FAccessAsset  ,
UObject  
)

A Delegate for an asset object to access

◆ DECLARE_DELEGATE_RetVal_ThreeParams()

DECLARE_DELEGATE_RetVal_ThreeParams ( bool  ,
FAccessSourceCode  ,
const FString &  ,
int32  ,
int32   
)

A Delegate for passing along a string of a source code location to access