UActorChannel::QueueRemoteFunctionBunch

Queue a function bunch for this channel to be sent on the next property update.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/ActorChannel.h

Include

#include "Engine/ActorChannel.h"

Source

/Engine/Source/Runtime/Engine/Private/DataChannel.cpp

Syntax

void QueueRemoteFunctionBunch
(
    UObject * CallTarget,
    UFunction * Func,
    FOutBunch & Bunch
)

Remarks

Queue a function bunch for this channel to be sent on the next property update.

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