Navigation
API > API/Plugins > API/Plugins/DatasmithImporter
| Name | FDatasmithLightImporter |
| Type | class |
| Header File | /Engine/Plugins/Enterprise/DatasmithImporter/Source/DatasmithImporter/Public/DatasmithLightImporter.h |
| Include Path | #include "DatasmithLightImporter.h" |
Syntax
class FDatasmithLightImporter
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static AActor * CreateAreaLightActor
(
const TSharedRef< IDatasmithAreaLightElement >& AreaLightElement, |
DatasmithLightImporter.h | ||
static AActor * CreateHDRISkyLight
(
const TSharedPtr< IDatasmithShaderElement >& ShaderElement, |
DatasmithLightImporter.h | ||
static AActor * CreatePhysicalSky
(
FDatasmithImportContext& ImportContext |
DatasmithLightImporter.h | ||
static AActor * CreateSkyLight
(
const TSharedPtr< IDatasmithShaderElement >& ShaderElement, |
DatasmithLightImporter.h | ||
static AActor * ImportAreaLightActor
(
const TSharedRef< IDatasmithAreaLightElement >& AreaLightElement, |
DatasmithLightImporter.h | ||
static USceneComponent * ImportAreaLightComponent
(
const TSharedRef< IDatasmithAreaLightElement >& AreaLightElement, |
DatasmithLightImporter.h | ||
static AActor * ImportLightActor
(
const TSharedRef< IDatasmithLightActorElement >& LightElement, |
DatasmithLightImporter.h | ||
static USceneComponent * ImportLightComponent
(
const TSharedRef< IDatasmithLightActorElement >& LightElement, |
DatasmithLightImporter.h | ||
static ULightmassPortalComponent * ImportLightmassPortalComponent
(
const TSharedRef< IDatasmithLightmassPortalElement >& LightElement, |
DatasmithLightImporter.h | ||
static void SetTextureLightProfile
(
const TSharedRef< IDatasmithLightActorElement >& LightElement, |
DatasmithLightImporter.h | ||
static void SetupAreaLightActor
(
const TSharedRef< IDatasmithAreaLightElement >& AreaLightElement, |
DatasmithLightImporter.h | ||
static void SetupLightComponent
(
ULightComponent* LightComponent, |
DatasmithLightImporter.h | ||
static void SetupPointLightComponent
(
UPointLightComponent* PointLightComponent, |
DatasmithLightImporter.h | ||
static void SetupSpotLightComponent
(
USpotLightComponent* SpotLightComponent, |
DatasmithLightImporter.h |