#include <ComposableCameraCameraOffsetNode.h>
Inherits:
UComposableCameraCameraNodeBase
Applies a positional offset to the camera in camera-local space.
Public Attributes¶
| Return | Name | Description |
|---|---|---|
FVector |
PivotPosition |
|
FVector |
CameraOffset |
PivotPosition¶
FVector PivotPosition { FVector::ZeroVector }
CameraOffset¶
FVector CameraOffset
Public Methods¶
| Return | Name | Description |
|---|---|---|
void |
OnTickNode_Implementation virtual |
|
void |
GetPinDeclarations_Implementation virtual const |
OnTickNode_Implementation¶
virtual
virtual void OnTickNode_Implementation(float DeltaTime, const FComposableCameraPose & CurrentCameraPose, FComposableCameraPose & OutCameraPose)
GetPinDeclarations_Implementation¶
virtual const
virtual void GetPinDeclarations_Implementation(TArray< FComposableCameraNodePinDeclaration > & OutPins) const