FMjCameraWaypoint¶
A single camera keyframe: position, rotation, and time.
| Attribute | Value |
|---|---|
| Kind | Struct |
| UE Macro | USTRUCT |
Properties¶
Public Properties¶
| Property | Type | Description |
|---|---|---|
Position |
FVector |
World-space position. |
Rotation |
FRotator |
World-space rotation. |
time |
float |
time in seconds when the camera should arrive at this waypoint. |
time¶
time in seconds when the camera should arrive at this waypoint.
- Type: float
- Editor: ✏️ EditAnywhere
- Blueprint: 🔵 ReadWrite