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