Navigation
API > API/Plugins > API/Plugins/InterchangeNodes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInterchangeBaseNode
- UInterchangePhysicalCameraNode
References
| Module | InterchangeNodes |
| Header | /Engine/Plugins/Interchange/Runtime/Source/Nodes/Public/InterchangeCameraNode.h |
| Include | #include "InterchangeCameraNode.h" |
Syntax
UCLASS&40;BlueprintType&41;
class UInterchangePhysicalCameraNode : public UInterchangeBaseNode
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | GetCustomEnableDepthOfField
(
bool& AttributeValue |
||
| bool | GetCustomFocalLength
(
float& AttributeValue |
||
| bool | GetCustomSensorHeight
(
float& AttributeValue |
||
| bool | GetCustomSensorWidth
(
float& AttributeValue |
||
| bool | SetCustomEnableDepthOfField
(
const bool& AttributeValue |
||
| bool | SetCustomFocalLength
(
const float& AttributeValue |
||
| bool | SetCustomSensorHeight
(
const float& AttributeValue |
||
| bool | SetCustomSensorWidth
(
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 |