Navigation
API > API/Developer > API/Developer/DatasmithFacade > API/Developer/DatasmithFacade/FDatasmithFacadeActorLight
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetIesRotation
(
float Pitch, |
Set the rotation to apply to the IES shape from euler angles | DatasmithFacadeActorLight.h | |
void SetIesRotation
(
float X, |
Set the rotation to apply to the IES shape in Quaternion format | DatasmithFacadeActorLight.h |
SetIesRotation(float, float, float)
Description
Set the rotation to apply to the IES shape from euler angles
| Name | SetIesRotation |
| 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 SetIesRotation
(
float Pitch,
float Yaw,
float Roll
)
SetIesRotation(float, float, float, float)
Description
Set the rotation to apply to the IES shape in Quaternion format
| Name | SetIesRotation |
| 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 SetIesRotation
(
float X,
float Y,
float Z,
float W
)