Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/ULevelInstanceSubsystem
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ForEachLevelInstanceChild
(
const ILevelInstanceInterface* LevelInstance, |
LevelInstance/LevelInstanceSubsystem.h | ||
void ForEachLevelInstanceChild
(
ILevelInstanceInterface* LevelInstance, |
LevelInstance/LevelInstanceSubsystem.h |
ForEachLevelInstanceChild(const ILevelInstanceInterface , bool, TFunctionRef< bool(const ILevelInstanceInterface )>)
| Name | ForEachLevelInstanceChild |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/LevelInstance/LevelInstanceSubsystem.h |
| Include Path | #include "LevelInstance/LevelInstanceSubsystem.h" |
| Source | /Engine/Source/Runtime/Engine/Private/LevelInstance/LevelInstanceSubsystem.cpp |
void ForEachLevelInstanceChild
(
const ILevelInstanceInterface * LevelInstance,
bool bRecursive,
TFunctionRef < bool *)> Operation
) const
ForEachLevelInstanceChild(ILevelInstanceInterface , bool, TFunctionRef< bool(ILevelInstanceInterface )>)
| Name | ForEachLevelInstanceChild |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/LevelInstance/LevelInstanceSubsystem.h |
| Include Path | #include "LevelInstance/LevelInstanceSubsystem.h" |
| Source | /Engine/Source/Runtime/Engine/Private/LevelInstance/LevelInstanceSubsystem.cpp |
void ForEachLevelInstanceChild
(
ILevelInstanceInterface * LevelInstance,
bool bRecursive,
TFunctionRef < bool *)> Operation
) const