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 ForEachFolderWithRootObject
&40;
UWorld & InWorld,
const FFolder::FRootObject & InFolderRootObject,
TFunctionRef< bool(const FFolder &)> Operation
&41;
Remarks
Iterate on all world's folders with the given root object and pass it to the provided operation.