Datasmith::MakeAdditionalData

Create an instance of [UDatasmithAdditionalData](API\Plugins\DatasmithContent\UDatasmithAdditionalData), used to quickly extend data stored on datasmith assets.

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::MakeAdditionalData()
}

Remarks

Create an instance of UDatasmithAdditionalData, used to quickly extend data stored on datasmith assets.

Returns

DataType* Created instance

Parameters

Parameter

Description

DataType

Type of additional data to create. Must inherit from UDatasmithAdditionalData.

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