Navigation
API > API/Plugins > API/Plugins/InterchangeFactoryNodes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInterchangeBaseNode
- UInterchangeFactoryBaseNode
- UInterchangeActorFactoryNode
- UInterchangePhysicalCameraFactoryNode
References
| Module | InterchangeFactoryNodes |
| Header | /Engine/Plugins/Interchange/Runtime/Source/FactoryNodes/Public/InterchangeCameraFactoryNode.h |
| Include | #include "InterchangeCameraFactoryNode.h" |
Syntax
UCLASS&40;BlueprintType&41;
class UInterchangePhysicalCameraFactoryNode : public UInterchangeActorFactoryNode
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | GetCustomFocalLength
(
float& AttributeValue |
||
| bool | GetCustomFocusMethod
(
ECameraFocusMethod& AttributeValue |
||
| bool | GetCustomSensorHeight
(
float& AttributeValue |
||
| bool | GetCustomSensorWidth
(
float& AttributeValue |
||
| bool | SetCustomFocalLength
(
const float& AttributeValue, |
||
| bool | SetCustomFocusMethod
(
const ECameraFocusMethod& AttributeValue, |
||
| bool | SetCustomSensorHeight
(
const float& AttributeValue, |
||
| bool | SetCustomSensorWidth
(
const float& AttributeValue, |
Overridden from UInterchangeFactoryBaseNode
| Type | Name | Description | |
|---|---|---|---|
| void | CopyWithObject
(
const UInterchangeFactoryBaseNode* SourceNode, |
Copies all the attributes from SourceNode to this node. |