TMulticastDelegateBase::GetDelegateInstanceProtectedHelper

Helper function for derived classes of [TMulticastDelegateBase](API\Runtime\Core\Delegates\TMulticastDelegateBase) to get at the delegate instance.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Delegates/MulticastDelegateBase.h

Include

#include "Delegates/MulticastDelegateBase.h"

Syntax

template<typename DelegateType>
static auto * GetDelegateInstanceProtectedHelper
(
    const DelegateType & Base
)

Remarks

Helper function for derived classes of TMulticastDelegateBase to get at the delegate instance.

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