Navigation
Unreal Engine C++ API Reference > Plugins > CineCameraRigs
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- USplineMetadata
- UCineSplineMetadata
References
Module | CineCameraRigs |
Header | /Engine/Plugins/Experimental/CineCameraRigs/Source/CineCameraRigs/Public/CineSplineMetadata.h |
Include | #include "CineSplineMetadata.h" |
Syntax
UCLASS&40;&41;
class UCineSplineMetadata : public USplineMetadata
Variables
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
FInterpCurveFloat | AbsolutePosition | |
![]() ![]() ![]() |
FInterpCurveFloat | Aperture | |
![]() ![]() ![]() |
FInterpCurveFloat | FocalLength | |
![]() ![]() ![]() |
FInterpCurveFloat | FocusDistance | |
![]() ![]() ![]() |
FInterpCurveQuat | PointRotation |
Overridden from USplineMetadata
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | AddPoint
(
float InputKey |
|
![]() ![]() |
void | CopyPoint
(
const USplineMetadata* FromSplineMetadata, |
|
![]() ![]() |
void | DuplicatePoint
(
int32 Index |
|
![]() ![]() |
void | Fixup
(
int32 NumPoints, |
|
![]() ![]() |
void | InsertPoint
(
int32 Index, |
Insert point before index, lerping metadata between previous and next key values |
![]() ![]() |
void | RemovePoint
(
int32 Index |
|
![]() ![]() |
void | Reset
(
int32 NumPoints |
|
![]() ![]() |
void | UpdatePoint
(
int32 Index, |
Update point at index by lerping metadata between previous and next key values |