Navigation
API > API/Developer > API/Developer/DatasmithFacade > API/Developer/DatasmithFacade/FDatasmithFacadeActorLight
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetColor
(
uint8 InR, |
Set the Datasmith light sRGBA color. | DatasmithFacadeActorLight.h | |
void SetColor
(
float InR, |
Set the Datasmith light linear color. | DatasmithFacadeActorLight.h |
SetColor(uint8, uint8, uint8, uint8)
Description
Set the Datasmith light sRGBA color.
| Name | SetColor |
| 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 SetColor
(
uint8 InR,
uint8 InG,
uint8 InB,
uint8 InA
)
SetColor(float, float, float, float)
Description
Set the Datasmith light linear color.
| Name | SetColor |
| 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 SetColor
(
float InR,
float InG,
float InB,
float InA
)