Navigation
API > API/Developer > API/Developer/DatasmithFacade > API/Developer/DatasmithFacade/FDatasmithFacadeActorLight
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GetColor
(
uint8& OutR, |
Get light color in sRGB mode | DatasmithFacadeActorLight.h | |
void GetColor
(
float& OutR, |
Get light color on linear mode | DatasmithFacadeActorLight.h |
GetColor(uint8 &, uint8 &, uint8 &, uint8 &)
Description
Get light color in sRGB mode
| Name | GetColor |
| Type | function |
| Header File | /Engine/Source/Developer/Datasmith/DatasmithFacade/Public/DatasmithFacadeActorLight.h |
| Include Path | #include "DatasmithFacadeActorLight.h" |
| Source | /Engine/Source/Developer/Datasmith/DatasmithFacade/Private/DatasmithFacadeActorLight.cpp |
void GetColor
(
uint8 & OutR,
uint8 & OutG,
uint8 & OutB,
uint8 & OutA
) const
GetColor(float &, float &, float &, float &)
Description
Get light color on linear mode
| Name | GetColor |
| Type | function |
| Header File | /Engine/Source/Developer/Datasmith/DatasmithFacade/Public/DatasmithFacadeActorLight.h |
| Include Path | #include "DatasmithFacadeActorLight.h" |
| Source | /Engine/Source/Developer/Datasmith/DatasmithFacade/Private/DatasmithFacadeActorLight.cpp |
void GetColor
(
float & OutR,
float & OutG,
float & OutB,
float & OutA
) const