Navigation
API > API/Developer > API/Developer/DatasmithFacade > API/Developer/DatasmithFacade/FDatasmithFacadeActor
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GetRotation
(
double& OutPitch, |
DatasmithFacadeActor.h | ||
void GetRotation
(
double& OutX, |
DatasmithFacadeActor.h |
GetRotation(double &, double &, double &)
| Name | GetRotation |
| Type | function |
| Header File | /Engine/Source/Developer/Datasmith/DatasmithFacade/Public/DatasmithFacadeActor.h |
| Include Path | #include "DatasmithFacadeActor.h" |
| Source | /Engine/Source/Developer/Datasmith/DatasmithFacade/Private/DatasmithFacadeActor.cpp |
void GetRotation
(
double & OutPitch,
double & OutYaw,
double & OutRoll
) const
GetRotation(double &, double &, double &, double &)
| Name | GetRotation |
| Type | function |
| Header File | /Engine/Source/Developer/Datasmith/DatasmithFacade/Public/DatasmithFacadeActor.h |
| Include Path | #include "DatasmithFacadeActor.h" |
| Source | /Engine/Source/Developer/Datasmith/DatasmithFacade/Private/DatasmithFacadeActor.cpp |
void GetRotation
(
double & OutX,
double & OutY,
double & OutZ,
double & OutW
) const