Navigation
API > API/Plugins > API/Plugins/GameplayCameras
| Name | FCameraNodeSpaceMath |
| Type | class |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Math/CameraNodeSpaceMath.h |
| Include Path | #include "Math/CameraNodeSpaceMath.h" |
Syntax
class FCameraNodeSpaceMath
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool GetCameraNodeOriginPosition
(
const FCameraNodeSpaceParams& Params, |
Gets the location of the specified camera node origin. | Math/CameraNodeSpaceMath.h | |
static bool GetCameraNodeOriginPosition
(
const FCameraNodeEvaluationParams& Params, |
Gets the location of the specified camera node origin. | Math/CameraNodeSpaceMath.h | |
static bool GetCameraNodeSpaceTransform
(
const FCameraNodeSpaceParams& Params, |
Gets the transform of the specified camera node space. | Math/CameraNodeSpaceMath.h | |
static bool GetCameraNodeSpaceTransform
(
const FCameraNodeEvaluationParams& Params, |
Gets the transform of the specified camera node space. | Math/CameraNodeSpaceMath.h | |
static bool OffsetCameraNodeSpacePosition
(
const FCameraNodeSpaceParams& Params, |
Offsets a given world position in the specified camera node space. | Math/CameraNodeSpaceMath.h | |
static bool OffsetCameraNodeSpacePosition
(
const FCameraNodeEvaluationParams& Params, |
Offsets a given world position in the specified camera node space. | Math/CameraNodeSpaceMath.h | |
static bool OffsetCameraNodeSpaceTransform
(
const FCameraNodeSpaceParams& Params, |
Offsets a given world transform in the specified camera node space. | Math/CameraNodeSpaceMath.h |