IVariantManagerContentEditorModule::RegisterOnLevelVariantSetsDelegate

This will be executed whenever FLevelVariantSetsAssetActions::OpenAssetEditor is called with a valid asset.

Windows
MacOS
Linux

References

Module

VariantManagerContentEditor

Header

/Engine/Plugins/Enterprise/VariantManagerContent/Source/VariantManagerContentEditor/Public/VariantManagerContentEditorModule.h

Include

#include "VariantManagerContentEditorModule.h"

Syntax

void RegisterOnLevelVariantSetsDelegate
(
    FOnLevelVariantSetsEditor Delegate
)

Remarks

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss