Navigation
API > API/Plugins > API/Plugins/HairStrandsEditor > API/Plugins/HairStrandsEditor/FGroomCustomAssetEditorToolkit
References
| Module | HairStrandsEditor |
| Header | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsEditor/Public/GroomCustomAssetEditorToolkit.h |
| Include | #include "GroomCustomAssetEditorToolkit.h" |
| Source | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsEditor/Private/GroomCustomAssetEditorToolkit.cpp |
void InitCustomAssetEditor
&40;
const EToolkitMode::Type Mode,
const TSharedPtr< class IToolkitHost > & InitToolkitHost,
UGroomAsset &42; InCustomAsset
&41;
Remarks
Edits the specified asset object
Parameters
| Name | Description |
|---|---|
| Mode | Asset editing mode for this editor (standalone or world-centric) |
| InitToolkitHost | When Mode is WorldCentric, this is the level editor instance to spawn this editor within |
| InCustomAsset | The Custom Asset to Edit |