Navigation
API > API/Plugins > API/Plugins/GLTFCore
| Name | FMeshFactory |
| Type | class |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Parsers/GLTFCore/Public/GLTFMeshFactory.h |
| Include Path | #include "GLTFMeshFactory.h" |
Syntax
class FMeshFactory
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMeshFactory() |
GLTFMeshFactory.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FMeshFactory() |
GLTFMeshFactory.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FIndexVertexIdMap | TMap< int32, FVertexID > | GLTFMeshFactory.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Impl | TUniquePtr< FMeshFactoryImpl > | GLTFMeshFactory.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CleanUp() |
GLTFMeshFactory.h | ||
void FillMeshDescription
(
const GLTF::FMesh& Mesh, |
GLTFMeshFactory.h | ||
const TArray< FLogMessage > & GetLogMessages() |
GLTFMeshFactory.h | ||
TArray< FMeshFactory::FIndexVertexIdMap > & GetPositionIndexToVertexIdPerPrim() |
GLTFMeshFactory.h | ||
float GetUniformScale() |
GLTFMeshFactory.h | ||
void SetReserveSize
(
uint32 Size |
GLTFMeshFactory.h | ||
void SetUniformScale
(
float Scale |
GLTFMeshFactory.h |