FDatasmithActorImporter::ParseCsvLayers

Parse Layer names to a Set of FNames

Windows
MacOS
Linux

References

Module

DatasmithImporter

Header

/Engine/Plugins/Enterprise/DatasmithImporter/Source/DatasmithImporter/Public/DatasmithActorImporter.h

Include

#include "DatasmithActorImporter.h"

Source

/Engine/Plugins/Enterprise/DatasmithImporter/Source/DatasmithImporter/Private/DatasmithActorImporter.cpp

Syntax

static TSet< FName > ParseCsvLayers
(
    const TCHAR * CsvLayersNames
)

Remarks

Parse Layer names to a Set of FNames

Returns

Returns the Set of valid Layer names

Parameters

Parameter

Description

CsvLayerNames

Comma separated string containing the list of names of the layers the actor pertains to.

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