Navigation
API > API/Developer > API/Developer/DatasmithFacade > API/Developer/DatasmithFacade/FDatasmithFacadeActorLight
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GetIesRotation
(
float& OutPitch, |
Get the rotation applied to the IES shape in the form of euler angles | DatasmithFacadeActorLight.h | |
void GetIesRotation
(
float& OutX, |
Get the rotation applied to the IES shape in the form of quaternion members | DatasmithFacadeActorLight.h |
GetIesRotation(float &, float &, float &)
Description
Get the rotation applied to the IES shape in the form of euler angles
| Name | GetIesRotation |
| 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 GetIesRotation
(
float & OutPitch,
float & OutYaw,
float & OutRoll
) const
GetIesRotation(float &, float &, float &, float &)
Description
Get the rotation applied to the IES shape in the form of quaternion members
| Name | GetIesRotation |
| 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 GetIesRotation
(
float & OutX,
float & OutY,
float & OutZ,
float & OutW
) const