Navigation
API > API/Plugins > API/Plugins/InterchangeNodes
Primarily used for Ortho Camera.
| Name | UInterchangeStandardCameraNode |
| Type | class |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Nodes/Public/InterchangeCameraNode.h |
| Include Path | #include "InterchangeCameraNode.h" |
Syntax
UCLASS (BlueprintType, MinimalAPI)
class UInterchangeStandardCameraNode : public UInterchangeBaseNode
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInterchangeBaseNode → UInterchangeStandardCameraNode
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Macro_CustomAspectRatioKey | const UE::Interchange::FAttributeKey | InterchangeCameraNode.h | ||
| Macro_CustomFarClipPlaneKey | const UE::Interchange::FAttributeKey | InterchangeCameraNode.h | ||
| Macro_CustomFieldOfViewKey | const UE::Interchange::FAttributeKey | InterchangeCameraNode.h | ||
| Macro_CustomNearClipPlaneKey | const UE::Interchange::FAttributeKey | InterchangeCameraNode.h | ||
| Macro_CustomProjectionModeKey | const UE::Interchange::FAttributeKey | InterchangeCameraNode.h | ||
| Macro_CustomWidthKey | const UE::Interchange::FAttributeKey | InterchangeCameraNode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetCustomAspectRatio
(
float& AttributeValue |
InterchangeCameraNode.h |
|
|
bool GetCustomFarClipPlane
(
float& AttributeValue |
InterchangeCameraNode.h |
|
|
bool GetCustomFieldOfView
(
float& AttributeValue |
Field of View in Degrees. | InterchangeCameraNode.h |
|
bool GetCustomNearClipPlane
(
float& AttributeValue |
InterchangeCameraNode.h |
|
|
bool GetCustomProjectionMode
(
EInterchangeCameraProjectionType& AttributeValue |
InterchangeCameraNode.h |
|
|
bool GetCustomWidth
(
float& AttributeValue |
InterchangeCameraNode.h |
|
|
bool SetCustomAspectRatio
(
const float& AttributeValue |
InterchangeCameraNode.h |
|
|
bool SetCustomFarClipPlane
(
const float& AttributeValue |
InterchangeCameraNode.h |
|
|
bool SetCustomFieldOfView
(
const float& AttributeValue |
Field of View in Degrees. | InterchangeCameraNode.h |
|
bool SetCustomNearClipPlane
(
const float& AttributeValue |
InterchangeCameraNode.h |
|
|
bool SetCustomProjectionMode
(
const EInterchangeCameraProjectionType& AttributeValue |
InterchangeCameraNode.h |
|
|
bool SetCustomWidth
(
const float& AttributeValue |
InterchangeCameraNode.h |
|
Overridden from UInterchangeBaseNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FString GetTypeName() |
Return the node type name of the class. This is used when reporting errors. | InterchangeCameraNode.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FStringView StaticAssetTypeName() |
InterchangeCameraNode.h |