Datasmith::GetMultipleAdditionalData

Fetch all additional data of the specified type for the given asset

Windows
MacOS
Linux

References

Module

DatasmithContent

Header

/Engine/Plugins/Enterprise/DatasmithContent/Source/DatasmithContent/Public/DatasmithAdditionalData.h

Include

#include "DatasmithAdditionalData.h"

Syntax

namespace Datasmith
{
    template<class DataType, typename>
    TArray< DataType * > Datasmith::GetMultipleAdditionalData
    (
        const FAssetData & SourceAssetData,
        int MaxCount
    )
}

Remarks

Fetch all additional data of the specified type for the given asset

Returns

TArray The list of additional data stored on the given asset

Parameters

Parameter

Description

DataType

Subclass of UDatasmithAdditionalData

SourceAssetData

Asset on which the additional data is fetched

MaxCount

Optional limitation of the result length

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