![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Functions | |
| COREUOBJECT_API const TCHAR * | ImportDelegateFromText (FScriptDelegate &Delegate, const UFunction *SignatureFunction, const TCHAR *Buffer, UObject *Parent, FOutputDevice *ErrorText) |
| 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
| Delegate | The delegate to import data into |
| SignatureFunction | The delegate property's signature function, used to validate parameters and such |
| Buffer | The text buffer to import from |
| Parent | The property object's parent object |
| ErrorText | Output device for emitting errors and warnings |