Navigation
API > API/Plugins > API/Plugins/InterchangeFactoryNodes
Used for common non-physical camera with orthographic or perspective projection.
| Name | UInterchangeStandardCameraFactoryNode |
| Type | class |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/FactoryNodes/Public/InterchangeCameraFactoryNode.h |
| Include Path | #include "InterchangeCameraFactoryNode.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UInterchangeStandardCameraFactoryNode : public UInterchangeActorFactoryNode
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInterchangeBaseNode → UInterchangeFactoryBaseNode → UInterchangeActorFactoryNode → UInterchangeStandardCameraFactoryNode
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Macro_CustomAspectRatioKey | const UE::Interchange::FAttributeKey | InterchangeCameraFactoryNode.h | ||
| Macro_CustomFarClipPlaneKey | const UE::Interchange::FAttributeKey | InterchangeCameraFactoryNode.h | ||
| Macro_CustomFieldOfViewKey | const UE::Interchange::FAttributeKey | InterchangeCameraFactoryNode.h | ||
| Macro_CustomNearClipPlaneKey | const UE::Interchange::FAttributeKey | InterchangeCameraFactoryNode.h | ||
| Macro_CustomProjectionModeKey | const UE::Interchange::FAttributeKey | InterchangeCameraFactoryNode.h | ||
| Macro_CustomWidthKey | const UE::Interchange::FAttributeKey | InterchangeCameraFactoryNode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetCustomAspectRatio
(
float& AttributeValue |
InterchangeCameraFactoryNode.h |
|
|
bool GetCustomFarClipPlane
(
float& AttributeValue |
InterchangeCameraFactoryNode.h |
|
|
bool GetCustomFieldOfView
(
float& AttributeValue |
InterchangeCameraFactoryNode.h |
|
|
bool GetCustomNearClipPlane
(
float& AttributeValue |
InterchangeCameraFactoryNode.h |
|
|
bool GetCustomProjectionMode
(
TEnumAsByte< ECameraProjectionMode::Type >& AttributeValue |
InterchangeCameraFactoryNode.h |
|
|
bool GetCustomWidth
(
float& AttributeValue |
InterchangeCameraFactoryNode.h |
|
|
bool SetCustomAspectRatio
(
const float& AttributeValue, |
InterchangeCameraFactoryNode.h |
|
|
bool SetCustomFarClipPlane
(
const float& AttributeValue, |
InterchangeCameraFactoryNode.h |
|
|
bool SetCustomFieldOfView
(
const float& AttributeValue, |
InterchangeCameraFactoryNode.h |
|
|
bool SetCustomNearClipPlane
(
const float& AttributeValue, |
InterchangeCameraFactoryNode.h |
|
|
bool SetCustomProjectionMode
(
const TEnumAsByte< ECameraProjectionMode::Type >& AttributeValue, |
InterchangeCameraFactoryNode.h |
|
|
bool SetCustomWidth
(
const float& AttributeValue, |
InterchangeCameraFactoryNode.h |
|
Overridden from UInterchangeFactoryBaseNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void CopyWithObject
(
const UInterchangeFactoryBaseNode* SourceNode, |
InterchangeCameraFactoryNode.h |