UPlatformInterfaceBase::AddDelegate

Adds a typed delegate (the value of the type is subclass dependent, make an enum per subclass)

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/PlatformInterfaceBase.h

Include

#include "Engine/PlatformInterfaceBase.h"

Source

/Engine/Source/Runtime/Engine/Private/ScriptPlatformInterface.cpp

Syntax

virtual void AddDelegate
(
    int32 DelegateType,
    FPlatformInterfaceDelegate InDelegate
)

Remarks

Adds a typed delegate (the value of the type is subclass dependent, make an enum per subclass)

Parameters

Parameter

Description

InDelegate

the delegate to use for notifications

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