Navigation
API > API/Plugins > API/Plugins/GLTFCore
References
| Module | GLTFCore |
| Header | /Engine/Plugins/Interchange/Runtime/Source/Parsers/GLTFCore/Public/GLTFTexture.h |
| Include | #include "GLTFTexture.h" |
Syntax
struct FImage
Variables
| Type | Name | Description | |
|---|---|---|---|
| const uint8 * | Data | ||
| uint32 | DataByteLength | Image data is kept encoded in Format, to be decoded when needed by Unreal. | |
| FString | FilePath | ||
| EFormat | Format | ||
| FString | Name | ||
| FString | UniqueId | ||
| FString | URI |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FImage () |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EFormat |