Navigation
API > API/Plugins > API/Plugins/GLTFCore
| Name | FSampler |
| Type | struct |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Parsers/GLTFCore/Public/GLTFTexture.h |
| Include Path | #include "GLTFTexture.h" |
Syntax
struct FSampler
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSampler() |
Spec defines no default min/mag filter. | GLTFTexture.h |
Enums
Public
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| DefaultSampler | const FSampler | GLTFTexture.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| MagFilter | EFilter | GLTFTexture.h | ||
| MinFilter | EFilter | GLTFTexture.h | ||
| WrapS | EWrap | GLTFTexture.h | ||
| WrapT | EWrap | GLTFTexture.h |