UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
DelegatePropertyTools Namespace Reference

Functions

COREUOBJECT_API const TCHARImportDelegateFromText (FScriptDelegate &Delegate, const UFunction *SignatureFunction, const TCHAR *Buffer, UObject *Parent, FOutputDevice *ErrorText)
 

Function Documentation

◆ ImportDelegateFromText()

const TCHAR * DelegatePropertyTools::ImportDelegateFromText ( FScriptDelegate Delegate,
const UFunction SignatureFunction,
const TCHAR Buffer,
UObject Parent,
FOutputDevice ErrorText 
)

Imports a single-cast delegate as "object.function", or "function" (self is object) from a text buffer

Parameters
DelegateThe delegate to import data into
SignatureFunctionThe delegate property's signature function, used to validate parameters and such
BufferThe text buffer to import from
ParentThe property object's parent object
ErrorTextOutput device for emitting errors and warnings
Returns
The adjusted text buffer pointer on success, or NULL on failure