Datasmith::GetAdditionalData

Fetch an additional data on an 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>
    DataType * Datasmith::GetAdditionalData
    (
        const FAssetData & SourceAssetData
    )
}

Remarks

Fetch an additional data on an asset

Returns

DataType* nullptr if no Additional data is stored on the given asset

Parameters

Parameter

Description

DataType

subclass of UDatasmithAdditionalData

SourceAssetData

Asset on which the additional data is fetched

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