Navigation
API > API/Runtime > API/Runtime/InterchangeEngine
If you add or remove from this enum, make sure to update the corresponding strings in UInterchangeAnalyticsHandlerBase::GetDefaultAnalyticsCategoryName.
| Name | EInterchangeAnalyticsDefaultCategory |
| Type | enum |
| Header File | /Engine/Source/Runtime/Interchange/Engine/Public/InterchangeAnalyticsHandlerBase.h |
| Include Path | #include "InterchangeAnalyticsHandlerBase.h" |
Syntax
enum EInterchangeAnalyticsDefaultCategory
{
NotSpecified = 0,
Models,
Scenes,
Materials,
Textures,
Sounds,
Meshes,
StaticMeshes,
SkeletalMeshesAndAnimations,
GeometryCaches,
Grooms,
Physics,
InterchangeAnalyticsCategory_COUNT,
}
Values
| Name | Remarks |
|---|---|
| NotSpecified | |
| Models | |
| Scenes | |
| Materials | |
| Textures | |
| Sounds | |
| Meshes | |
| StaticMeshes | |
| SkeletalMeshesAndAnimations | |
| GeometryCaches | |
| Grooms | |
| Physics | |
| InterchangeAnalyticsCategory_COUNT |