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>
DataType &42; Datasmith&58;&58;MakeAdditionalData&40;&41;
}
Remarks
Create an instance of UDatasmithAdditionalData, used to quickly extend data stored on datasmith assets. DataType* Created instance
Parameters
| Name | Description |
|---|---|
| DataType | Type of additional data to create. Must inherit from UDatasmithAdditionalData. |