UActorChannel::SetChannelActor

Set this channel's actor to the given actor.

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 SetChannelActor
(
    AActor * InActor,
    ESetChannelActorFlags Flags
)

Remarks

Set this channel's actor to the given actor. It's expected that InActor is either null (releasing the channel's reference) or a valid actor that is not PendingKill or PendingKillPending.

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