Navigation
API > API/Plugins > API/Plugins/ReplicationGraph > API/Plugins/ReplicationGraph/FStreamingLevelActorListCollecti-
Description
Attempts to remove the actor from the level explicitly provided. Can be used to update the list if the actor's level changes (by providing the actor's previous level).
| Name | RemoveActorFromLevelFast |
| Type | function |
| Header File | /Engine/Plugins/Runtime/ReplicationGraph/Source/Public/ReplicationGraphTypes.h |
| Include Path | #include "ReplicationGraphTypes.h" |
| Source | /Engine/Plugins/Runtime/ReplicationGraph/Source/Private/ReplicationGraph.cpp |
bool RemoveActorFromLevelFast
(
AActor * Actor,
FName LevelName
)