Navigation
API > API/Plugins > API/Plugins/GameplayCameras > API/Plugins/GameplayCameras/Nodes > API/Plugins/GameplayCameras/Nodes/Collision
References
| Module | GameplayCameras |
| Header | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Nodes/Collision/CollisionPushCameraNode.h |
| Include | #include "Nodes/Collision/CollisionPushCameraNode.h" |
Syntax
enum ECollisionSafePositionOffsetSpace
{
ActiveContext,
OwningContext,
Pivot,
CameraPose,
Pawn,
}
Values
| Name | Description |
|---|---|
| ActiveContext | The space of the active evaluation context on the main layer's blend stack. |
| OwningContext | The space of the evaluation context of the collision camera node. |
| Pivot | The space of the current pivot. If no pivot is found, fallback to ActiveContext. |
| CameraPose | The local space of the current camera pose. |
| Pawn | The space of the player's controlled pawn. |
Remarks
Describes the coordinate system in which to offset the collision camera node's safe position.