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 | FGLTFLightIESConverter |
| Type | class |
| Header File | /Engine/Plugins/Enterprise/GLTFExporter/Source/GLTFExporter/Public/Converters/GLTFLightConverters.h |
| Include Path | #include "Converters/GLTFLightConverters.h" |
Syntax
class FGLTFLightIESConverter :
public FGLTFBuilderContext ,
public TGLTFConverter< FGLTFJsonLightIES *, const ULightComponent * >
Inheritance Hierarchy
- FGLTFBuilderContext → FGLTFLightIESConverter
- TGLTFConverter → FGLTFLightIESConverter
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGLTFBuilderContext
(
FGLTFConvertBuilder& Builder |
Converters/GLTFLightConverters.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FGLTFJsonLightIES * Convert
(
const ULightComponent* LightComponent |
Converters/GLTFLightConverters.h |