Navigation
API > API/Plugins > API/Plugins/FractureEditor
Control the default asset folder presented when using the "New" tool to create a Geometry Collection in Fracture Mode.
| Name | EFractureModeNewAssetLocation |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/ChaosEditor/Source/FractureEditor/Public/FractureModeSettings.h |
| Include Path | #include "FractureModeSettings.h" |
Syntax
enum EFractureModeNewAssetLocation
{
SourceAssetFolder,
LastUsedFolder,
ContentBrowserFolder,
}
Values
| Name | Remarks |
|---|---|
| SourceAssetFolder | Default to creating rest collections in the same folder as the source asset. |
| LastUsedFolder | Default to creating rest collections in the last folder selected this session. |
| ContentBrowserFolder | Default to creating reset collections in the currently-visible Asset Browser folder if available, otherwise use the Last Used Folder. |