Navigation
API > API/Plugins > API/Plugins/DatasmithContent
References
| Module | DatasmithContent |
| Header | /Engine/Plugins/Enterprise/DatasmithContent/Source/DatasmithContent/Public/DatasmithAdditionalData.h |
| Include | #include "DatasmithAdditionalData.h" |
namespace Datasmith
{
template<class DataType, typename>
TArray< DataType &42; > Datasmith&58;&58;GetMultipleAdditionalData
&40;
const FAssetData & SourceAssetData,
int MaxCount
&41;
}
Remarks
Fetch all additional data of the specified type for the given asset
TArray
Parameters
| Name | Description |
|---|---|
| DataType | Subclass of UDatasmithAdditionalData |
| SourceAssetData | Asset on which the additional data is fetched |
| MaxCount | Optional limitation of the result length |