UPlatformInterfaceBase::CallDelegates

Call all the delegates currently set for the given delegate type with the given data

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

void CallDelegates
(
    int32 DelegateType,
    FPlatformInterfaceDelegateResult & Result
)

Remarks

Call all the delegates currently set for the given delegate type with the given data

Parameters

Parameter

Description

DelegateType

Which set of delegates to call (this is defined in the subclass of PlatformInterfaceBase)

Result

Data to pass to each delegate

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