ULevel::SortActorList

Sorts the actor list by net relevancy and static behaviour.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/Level.h

Include

#include "Engine/Level.h"

Source

/Engine/Source/Runtime/Engine/Private/Level.cpp

Syntax

void SortActorList()

Remarks

Sorts the actor list by net relevancy and static behaviour. First all not net relevant static actors, then all net relevant static actors and then the rest. This is done to allow the dynamic and net relevant actor iterators to skip large amounts of actors.

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