Navigation
API > API/Plugins > API/Plugins/InterchangeImport > API/Plugins/InterchangeImport/IInterchangeVariantSetPayloadInt-
Description
Once the translation is done, the import process need a way to retrieve payload data. This payload will be use by the factories to create the asset.
Derived Overrides
| Name | GetVariantSetPayloadData |
| Type | function |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Import/Public/Scene/InterchangeVariantSetPayloadInterface.h |
| Include Path | #include "Scene/InterchangeVariantSetPayloadInterface.h" |
TOptional < UE::Interchange::FVariantSetPayloadData > GetVariantSetPayloadData
(
const FString & PayloadKey
) const
a PayloadData containing the the data ask with the key.
Parameters
| Name | Remarks |
|---|---|
| PayloadKey | The key to retrieve the a particular payload contain into the specified source data. |