Navigation
API > API/Plugins > API/Plugins/CineAssemblyTools > API/Plugins/CineAssemblyTools/UCineAssemblySchema
Description
Add a default folder path that will be created for assemblies made from this schema. Also adds all intermediate parent paths (e.g. adding "A/B/C" will add "A", "A/B", and "A/B/C").
| Name | AddDefaultFolder |
| 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")
void AddDefaultFolder
(
const FString & FolderPath
)