Navigation
API > API/Plugins > API/Plugins/InterchangeImport > API/Plugins/InterchangeImport/Scene > API/Plugins/InterchangeImport/Scene/IInterchangeVariantSetPayloadInt-
- IInterchangeVariantSetPayloadInterface::GetVariantSetPayloadData()
- UInterchangeGLTFTranslator::GetVariantSetPayloadData()
- UInterchangeDatasmithTranslator::GetVariantSetPayloadData()
References
| Module | InterchangeImport |
| Header | /Engine/Plugins/Interchange/Runtime/Source/Import/Public/Scene/InterchangeVariantSetPayloadInterface.h |
| Include | #include "Scene/InterchangeVariantSetPayloadInterface.h" |
TFuture< TOptional< UE::Interchange::FVariantSetPayloadData > > GetVariantSetPayloadData
&40;
const FString & PayloadKey
&41; const
Remarks
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. a PayloadData containing the the data ask with the key.
Parameters
| Name | Description |
|---|---|
| PayloadKey | The key to retrieve the a particular payload contain into the specified source data. |