Navigation
API > API/Plugins > API/Plugins/InterchangeNodes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInterchangeBaseNode
- UInterchangeStandardCameraNode
References
| Module | InterchangeNodes |
| Header | /Engine/Plugins/Interchange/Runtime/Source/Nodes/Public/InterchangeCameraNode.h |
| Include | #include "InterchangeCameraNode.h" |
Syntax
UCLASS&40;BlueprintType&41;
class UInterchangeStandardCameraNode : public UInterchangeBaseNode
Remarks
Primarily used for Ortho Camera.
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | GetCustomAspectRatio
(
float& AttributeValue |
||
| bool | GetCustomFarClipPlane
(
float& AttributeValue |
||
| bool | GetCustomFieldOfView
(
float& AttributeValue |
Field of View in Degrees. | |
| bool | GetCustomNearClipPlane
(
float& AttributeValue |
||
| bool | GetCustomProjectionMode
(
EInterchangeCameraProjectionType& AttributeValue |
||
| bool | GetCustomWidth
(
float& AttributeValue |
||
| bool | SetCustomAspectRatio
(
const float& AttributeValue |
||
| bool | SetCustomFarClipPlane
(
const float& AttributeValue |
||
| bool | SetCustomFieldOfView
(
const float& AttributeValue |
Field of View in Degrees. | |
| bool | SetCustomNearClipPlane
(
const float& AttributeValue |
||
| bool | SetCustomProjectionMode
(
const EInterchangeCameraProjectionType& AttributeValue |
||
| bool | SetCustomWidth
(
const float& AttributeValue |
||
| FStringView |
Overridden from UInterchangeBaseNode
| Type | Name | Description | |
|---|---|---|---|
| FString | GetTypeName () |
Return the node type name of the class, we use this when reporting errors |