Navigation
Unreal Engine C++ API Reference > Runtime > DatasmithCore > IDatasmithScene
References
Module | DatasmithCore |
Header | /Engine/Source/Runtime/Datasmith/DatasmithCore/Public/IDatasmithSceneElements.h |
Include | #include "IDatasmithSceneElements.h" |
void AddLevelVariantSets
(
const TSharedPtr < IDatasmithLevelVariantSetsElement > & InLevelVariantSets
)
Remarks
Adds a LevelVariantSets to the scene.
Parameters
Name | Description |
---|---|
InLevelVariantSets | the LevelVariantSets to add |