FOnlineSubsystemImpl::ExecuteNextTick

Templated helper for calling ExecuteDelegateNextTick with a lambda function

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineSubsystemImpl.h

Include

#include "OnlineSubsystemImpl.h"

Syntax

template<typename LAMBDA_TYPE>
void ExecuteNextTick
(
    LAMBDA_TYPE && Callback
)

Remarks

Templated helper for calling ExecuteDelegateNextTick with a lambda 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