Navigation
API > API/Plugins > API/Plugins/InterchangeImport
Asset user data that can be used with Interchange on Actors and other objects
| Name | UInterchangeAssetUserData |
| Type | class |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Import/Public/InterchangeAssetUserData.h |
| Include Path | #include "InterchangeAssetUserData.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType,
Meta=(ScriptName="InterchangeUserData", DisplayName="Interchange User Data"))
class UInterchangeAssetUserData : public UAssetUserData
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UAssetUserData → UInterchangeAssetUserData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| MetaData | TMap< FString, FString > | InterchangeAssetUserData.h |
|