| ISceneGraphNode
|
Module |
|
Header |
/Engine/Source/Runtime/Datasmith/DatasmithCore/Public/IDatasmithSceneElements.h |
Include |
#include "IDatasmithSceneElements.h" |
class IDatasmithCameraActorElement : public IDatasmithActorElement
Name | Description | |
---|---|---|
|
~IDatasmithCameraActorElement() |
Name | Description | ||
---|---|---|---|
|
bool |
GetEnableDepthOfField() |
The focus method of the camera, either None (no DoF) or Manual |
|
float |
GetFocalLength() |
Get camera focal length in millimeters |
|
float |
GetFocusDistance() |
Get camera focus distance in centimeters |
|
float |
GetFStop() |
Get camera FStop also known as FNumber |
|
const TCHAR ... |
GetLookAtActor() |
Get camera look at actor name |
|
bool |
GetLookAtAllowRoll() |
Get camera look at allow roll state |
|
TSharedPtr< ... |
GetPostProcess() |
Get camera's postprocess |
|
const TShare... |
GetPostProcess() |
Get camera's postprocess |
|
float |
GetSensorAspectRatio() |
Get framebuffer aspect ratio (width/height) |
|
float |
GetSensorWidth() |
Get camera sensor width in millimeters |
|
void |
SetEnableDepthOfField ( |
The focus method of the camera, either None (no DoF) or Manual |
|
void |
SetFocalLength ( |
Set camera focal length in millimeters |
|
void |
SetFocusDistance ( |
Set camera focus distance in centimeters |
|
void |
SetFStop ( |
Set camera FStop also known as FNumber |
|
void |
SetLookAtActor ( |
Set camera look at actor name |
|
void |
SetLookAtAllowRoll ( |
Set camera look at allow roll state |
|
void |
SetPostProcess ( |
Set camera's postprocess |
|
void |
SetSensorAspectRatio ( |
Set framebuffer aspect ratio (width/height) |
|
void |
SetSensorWidth ( |
Set camera sensor width in millimeters |