Navigation
API > API/Plugins > API/Plugins/GLTFExporter
IES export is not supported runtime, as we don't have access to the AssetImportData (which stores the SourceFileContent for the IES file).
| Name | FGLTFLightIESInstanceConverter |
| Type | class |
| Header File | /Engine/Plugins/Enterprise/GLTFExporter/Source/GLTFExporter/Public/Converters/GLTFLightConverters.h |
| Include Path | #include "Converters/GLTFLightConverters.h" |
Syntax
class FGLTFLightIESInstanceConverter :
public FGLTFBuilderContext ,
public TGLTFConverter< FGLTFJsonLightIESInstance *, const ULightComponent * >
Inheritance Hierarchy
- FGLTFBuilderContext → FGLTFLightIESInstanceConverter
- TGLTFConverter → FGLTFLightIESInstanceConverter
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGLTFBuilderContext
(
FGLTFConvertBuilder& Builder |
Converters/GLTFLightConverters.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FGLTFJsonLightIESInstance * Convert
(
const ULightComponent* LightComponent |
Converters/GLTFLightConverters.h |