Navigation
API > API/Plugins > API/Plugins/InterchangeNodes
| Name | UInterchangeBaseCameraNode |
| Type | class |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Nodes/Public/InterchangeCameraNode.h |
| Include Path | #include "InterchangeCameraNode.h" |
Syntax
UCLASS (BlueprintType, MinimalAPI)
class UInterchangeBaseCameraNode : public UInterchangeBaseNode
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInterchangeBaseNode → UInterchangeBaseCameraNode
Derived Classes
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Macro_CustomAutoExposureMethodKey | const UE::Interchange::FAttributeKey | InterchangeCameraNode.h | ||
| Macro_CustomExposureCompensationKey | const UE::Interchange::FAttributeKey | InterchangeCameraNode.h | ||
| Macro_CustomExposureFstopKey | const UE::Interchange::FAttributeKey | InterchangeCameraNode.h | ||
| Macro_CustomExposureISOKey | const UE::Interchange::FAttributeKey | InterchangeCameraNode.h | ||
| Macro_CustomExposureShutterSpeedKey | const UE::Interchange::FAttributeKey | InterchangeCameraNode.h | ||
| Macro_CustomNearClipPlaneKey | const UE::Interchange::FAttributeKey | InterchangeCameraNode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetCustomAutoExposureMethod
(
EInterchangeAutoExposureMethod& AttributeValue |
InterchangeCameraNode.h |
|
|
bool GetCustomExposureCompensation
(
float& AttributeValue |
InterchangeCameraNode.h |
|
|
bool GetCustomExposureFstop
(
float& AttributeValue |
InterchangeCameraNode.h |
|
|
bool GetCustomExposureISO
(
float& AttributeValue |
InterchangeCameraNode.h |
|
|
bool GetCustomExposureShutterSpeed
(
float& AttributeValue |
InterchangeCameraNode.h |
|
|
bool GetCustomNearClipPlane
(
float& AttributeValue |
InterchangeCameraNode.h |
|
|
bool SetCustomAutoExposureMethod
(
const EInterchangeAutoExposureMethod& AttributeValue |
InterchangeCameraNode.h |
|
|
bool SetCustomExposureCompensation
(
const float& AttributeValue |
InterchangeCameraNode.h |
|
|
bool SetCustomExposureFstop
(
const float& AttributeValue |
InterchangeCameraNode.h |
|
|
bool SetCustomExposureISO
(
const float& AttributeValue |
InterchangeCameraNode.h |
|
|
bool SetCustomExposureShutterSpeed
(
const float& AttributeValue |
InterchangeCameraNode.h |
|
|
bool SetCustomNearClipPlane
(
const float& AttributeValue |
InterchangeCameraNode.h |
|