Navigation
API > API/Plugins > API/Plugins/InterchangeFactoryNodes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInterchangeBaseNode
- UInterchangeFactoryBaseNode
- UInterchangeActorFactoryNode
- UInterchangeStandardCameraFactoryNode
References
| Module | InterchangeFactoryNodes |
| Header | /Engine/Plugins/Interchange/Runtime/Source/FactoryNodes/Public/InterchangeCameraFactoryNode.h |
| Include | #include "InterchangeCameraFactoryNode.h" |
Syntax
UCLASS (BlueprintType)
class UInterchangeStandardCameraFactoryNode : public UInterchangeActorFactoryNode
Remarks
Used for common non-physical camera with orthographic or perspective projection.
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | GetCustomAspectRatio
(
float& AttributeValue |
||
| bool | GetCustomFarClipPlane
(
float& AttributeValue |
||
| bool | GetCustomFieldOfView
(
float& AttributeValue |
||
| bool | GetCustomNearClipPlane
(
float& AttributeValue |
||
| bool | GetCustomProjectionMode
(
TEnumAsByte< ECameraProjectionMode::Type >& AttributeValue |
||
| bool | GetCustomWidth
(
float& AttributeValue |
||
| bool | SetCustomAspectRatio
(
const float& AttributeValue, |
||
| bool | SetCustomFarClipPlane
(
const float& AttributeValue, |
||
| bool | SetCustomFieldOfView
(
const float& AttributeValue, |
||
| bool | SetCustomNearClipPlane
(
const float& AttributeValue, |
||
| bool | SetCustomProjectionMode
(
const TEnumAsByte< ECameraProjectionMode::Type >& AttributeValue, |
||
| bool | SetCustomWidth
(
const float& AttributeValue, |
Overridden from UInterchangeFactoryBaseNode
| Type | Name | Description | |
|---|---|---|---|
| void | CopyWithObject
(
const UInterchangeFactoryBaseNode* SourceNode, |
Copies all the attributes from SourceNode to this node. |