Navigation
API > API/Plugins > API/Plugins/MetaHumanSDKEditor
Represents the Asset Version stored in MetaData on MetaHuman assets. Major version changes imply breaking changes.
| Name | FMetaHumanAssetVersion |
| Type | struct |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanSDK/Source/MetaHumanSDKEditor/Public/MetaHumanTypesEditor.h |
| Include Path | #include "MetaHumanTypesEditor.h" |
Syntax
struct FMetaHumanAssetVersion
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMetaHumanAssetVersion
(
const FString& VersionString |
Construction. | MetaHumanTypesEditor.h | |
FMetaHumanAssetVersion
(
const int InMajor, |
MetaHumanTypesEditor.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Major | int32 | MetaHumanTypesEditor.h | ||
| Minor | int32 | MetaHumanTypesEditor.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FString AsString() |
Converts the Version to a string. | MetaHumanTypesEditor.h |