Navigation
API > API/Plugins > API/Plugins/GLTFCore > API/Plugins/GLTFCore/FAsset
| Name | EValidationCheck |
| Type | enum |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Parsers/GLTFCore/Public/GLTFAsset.h |
| Include Path | #include "GLTFAsset.h" |
Syntax
enum EValidationCheck
{
Valid,
InvalidMeshPresent = 0x1,
InvalidNodePresent = 0x2,
}
Values
| Name | Remarks |
|---|---|
| Valid | |
| InvalidMeshPresent | |
| InvalidNodePresent |