Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FStreamingLevelsToConsider
Description
Add an element to the container. If bGuaranteedRemoved is true, Contains check to avoid duplicates will not be used. This should only be used immediately after calling Remove.
| Name | Add_Internal |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/World.h |
| Include Path | #include "Engine/World.h" |
| Source | /Engine/Source/Runtime/Engine/Private/World.cpp |
void Add_Internal
(
ULevelStreaming * StreamingLevel,
bool bGuaranteedNotInContainer
)