Navigation
API > API/Plugins > API/Plugins/UVEditorTools
| Name | FTargetAnalytics |
| Type | struct |
| Header File | /Engine/Plugins/Editor/UVEditor/Source/UVEditorTools/Public/UVEditorToolAnalyticsUtils.h |
| Include Path | #include "UVEditorToolAnalyticsUtils.h" |
Syntax
struct FTargetAnalytics
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AllAssetsNumTriangles | int64 | UVEditorToolAnalyticsUtils.h | ||
| AllAssetsNumUVLayers | int64 | UVEditorToolAnalyticsUtils.h | ||
| AllAssetsNumVertices | int64 | UVEditorToolAnalyticsUtils.h | ||
| PerAssetActiveUVChannelIndex | TArray< int32 > | UVEditorToolAnalyticsUtils.h | ||
| PerAssetActiveUVChannelNumTriangles | TArray< int32 > | UVEditorToolAnalyticsUtils.h | ||
| PerAssetActiveUVChannelNumVertices | TArray< int32 > | UVEditorToolAnalyticsUtils.h | ||
| PerAssetNumTriangles | TArray< int32 > | UVEditorToolAnalyticsUtils.h | ||
| PerAssetNumUVLayers | TArray< int32 > | UVEditorToolAnalyticsUtils.h | ||
| PerAssetNumVertices | TArray< int32 > | UVEditorToolAnalyticsUtils.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| UVEditorToolAnalyticsUtils.h |