APartyBeaconClient::DelayResponse

Trigger the given delegate at a later time

Windows
MacOS
Linux

References

Module

OnlineSubsystemUtils

Header

/Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Public/PartyBeaconClient.h

Include

#include "PartyBeaconClient.h"

Source

/Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Private/PartyBeaconClient.cpp

Syntax

FTimerHandle DelayResponse
(
    FTimerDelegate & Delegate,
    float Delay
)

Remarks

Trigger the given delegate at a later time

Returns

handle in the timer system for this entry

Parameters

Parameter

Description

Delegate

function to call at a later date

Delay

time to wait before calling function

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