Navigation
API > API/Plugins > API/Plugins/GameplayCameras > API/Plugins/GameplayCameras/FCameraNodeSpaceMath
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
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 |
GetCameraNodeSpaceTransform(const FCameraNodeSpaceParams &, ECameraNodeSpace, FTransform3d &)
Description
Gets the transform of the specified camera node space.
| Name | GetCameraNodeSpaceTransform |
| Type | function |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Math/CameraNodeSpaceMath.h |
| Include Path | #include "Math/CameraNodeSpaceMath.h" |
| Source | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Private/Math/CameraNodeSpaceMath.cpp |
static bool GetCameraNodeSpaceTransform
(
const FCameraNodeSpaceParams & Params,
ECameraNodeSpace InSpace,
FTransform3d & OutTransform
)
GetCameraNodeSpaceTransform(const FCameraNodeEvaluationParams &, const FCameraNodeEvaluationResult &, ECameraNodeSpace, FTransform3d &)
Description
Gets the transform of the specified camera node space.
| Name | GetCameraNodeSpaceTransform |
| Type | function |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Math/CameraNodeSpaceMath.h |
| Include Path | #include "Math/CameraNodeSpaceMath.h" |
| Source | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Private/Math/CameraNodeSpaceMath.cpp |
static bool GetCameraNodeSpaceTransform
(
const FCameraNodeEvaluationParams & Params,
const FCameraNodeEvaluationResult & Result,
ECameraNodeSpace InSpace,
FTransform3d & OutTransform
)