Navigation
API > API/Plugins > API/Plugins/CineAssemblyTools > API/Plugins/CineAssemblyTools/UCineAssemblySchema
Description
Remove a default folder path and all of its descendant folder paths. Returns true if any folders were found and removed.
| Name | RemoveDefaultFolder |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/CinematicAssemblyTools/Source/CineAssemblyTools/Public/CineAssemblySchema.h |
| Include Path | #include "CineAssemblySchema.h" |
| Source | /Engine/Plugins/VirtualProduction/CinematicAssemblyTools/Source/CineAssemblyTools/Private/CineAssemblySchema.cpp |
UFUNCTION (BlueprintCallable, Category="Cine Assembly Tools")
bool RemoveDefaultFolder
(
const FString & FolderPath
)