Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FActorFolders
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/EditorActorFolders.h |
| Include | #include "EditorActorFolders.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/EditorActorFolders.cpp |
void ForEachFolder
&40;
UWorld & InWorld,
TFunctionRef< bool(const FFolder &)> Operation
&41;
Remarks
Iterate on all folders of a world and pass it to the provided operation.