Navigation
API > API/Developer > API/Developer/DatasmithFacade > API/Developer/DatasmithFacade/FDatasmithFacadeActorCamera
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetFocalLength
(
float InFocalLength |
Set the Datasmith camera focal length. | DatasmithFacadeActorCamera.h | |
void SetFocalLength
(
float InFOV, |
Set the Datasmith camera focal length. | DatasmithFacadeActorCamera.h |
SetFocalLength(float)
Description
Set the Datasmith camera focal length.
| Name | SetFocalLength |
| Type | function |
| Header File | /Engine/Source/Developer/Datasmith/DatasmithFacade/Public/DatasmithFacadeActorCamera.h |
| Include Path | #include "DatasmithFacadeActorCamera.h" |
| Source | /Engine/Source/Developer/Datasmith/DatasmithFacade/Private/DatasmithFacadeActorCamera.cpp |
void SetFocalLength
(
float InFocalLength
)
SetFocalLength(float, bool)
Description
Set the Datasmith camera focal length.
| Name | SetFocalLength |
| Type | function |
| Header File | /Engine/Source/Developer/Datasmith/DatasmithFacade/Public/DatasmithFacadeActorCamera.h |
| Include Path | #include "DatasmithFacadeActorCamera.h" |
| Source | /Engine/Source/Developer/Datasmith/DatasmithFacade/Private/DatasmithFacadeActorCamera.cpp |
void SetFocalLength
(
float InFOV,
bool bInVerticalFOV
)