UVariantManagerBlueprintLibrary::CreateLevelVariantSetsAsset

Creates a new LevelVariantSetsAsset named AssetName (e.g. 'MyLevelVariantSets') in the content path AssetPath (e.g. '/Game')

Windows
MacOS
Linux

References

Module

VariantManager

Header

/Engine/Plugins/Enterprise/VariantManager/Source/VariantManager/Public/VariantManagerBlueprintLibrary.h

Include

#include "VariantManagerBlueprintLibrary.h"

Source

/Engine/Plugins/Enterprise/VariantManager/Source/VariantManager/Private/VariantManagerBlueprintLibrary.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="VariantManager")
static ULevelVariantSets * CreateLevelVariantSetsAsset
(
    const FString & AssetName,
    const FString & AssetPath
)

Remarks

Creates a new LevelVariantSetsAsset named AssetName (e.g. 'MyLevelVariantSets') in the content path AssetPath (e.g. '/Game')

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