Navigation
API > API/Plugins > API/Plugins/VariantManagerContentEditor > API/Plugins/VariantManagerContentEditor/IVariantManagerContentEditorModu-
Description
This will be executed whenever FLevelVariantSetsAssetActions::OpenAssetEditor is called with a valid asset. This so that the editor toolkit can be on the VariantManager plugin and the AssetActions can be on this module
| Name | RegisterOnLevelVariantSetsDelegate |
| Type | function |
| Header File | /Engine/Plugins/Enterprise/VariantManagerContent/Source/VariantManagerContentEditor/Public/VariantManagerContentEditorModule.h |
| Include Path | #include "VariantManagerContentEditorModule.h" |
void RegisterOnLevelVariantSetsDelegate
(
FOnLevelVariantSetsEditor Delegate
)