ALevelScriptActor::RemoteEvent

Tries to find an event named "EventName" on all other levels, and calls it

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/LevelScriptActor.h

Include

#include "Engine/LevelScriptActor.h"

Source

/Engine/Source/Runtime/Engine/Private/LevelScriptActor.cpp

Syntax

virtual bool RemoteEvent
(
    FName EventName
)

Remarks

Tries to find an event named "EventName" on all other levels, and calls it

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