TScriptDelegate::ProcessDelegate

Void [ProcessDelegate(void* Parameters) const](API\Runtime\Core\UObject\TScriptDelegate\ProcessDelegate);

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/UObject/ScriptDelegates.h

Include

#include "UObject/ScriptDelegates.h"

Syntax

template<class UObjectTemplate>
void ProcessDelegate
(
    void * Parameters
) const

Remarks

Executes a delegate by calling the named function on the object bound to the delegate. You should always first verify that the delegate is safe to execute by calling IsBound() before calling this function. In general, you should never call this function directly. Instead, call Execute() on a derived class.

Parameters

Parameter

Description

Parameters

Parameter structure

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss