Navigation
API > API/Plugins > API/Plugins/CameraCalibrationCoreMovieScene
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMovieSceneSignedObject
- UMovieSceneSection
- UMovieSceneHookSection
- UMovieSceneLensComponentSection
References
Module | CameraCalibrationCoreMovieScene |
Header | /Engine/Plugins/VirtualProduction/CameraCalibrationCore/Source/CameraCalibrationCoreMovieScene/Public/MovieSceneLensComponentSection.h |
Include | #include "MovieSceneLensComponentSection.h" |
Syntax
UCLASS&40;&41;
class UMovieSceneLensComponentSection : public UMovieSceneHookSection
Remarks
Movie Scene section for Lens Component
Variables
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
bool | bReapplyNodalOffset | If true, then every Update, the nodal offset will be re-evaluated on the lens component |
![]() ![]() ![]() |
TObjectPtr< ULensFile > | OverrideLensFile | LensFile asset that should be used instead of the cached LensFile during playback |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
UMovieSceneLensComponentSection
(
const FObjectInitializer& ObjectInitializer |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | Finalize () |
Reduce keys in each of the recorded channels |
![]() |
void | Initialize
(
ULensComponent* Component |
Initialize the section with the Lens Component whose properties it will record |
![]() |
void | RecordFrame
(
FFrameNumber FrameNumber |
Record the current value of each distortion state property to its appropriate track |
Overridden from UObject
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | Called after importing property values for this object (paste, duplicate or .t3d import) Allow the object to perform any cleanup for properties which shouldn't be duplicated or are unsupported by the script serialization | |
![]() ![]() |
void | PostLoad () |
Do any object-specific cleanup required immediately after loading an object. |
Overridden from IMovieSceneEvaluationHook
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
void | Begin
(
IMovieScenePlayer* Player, |
|
![]() ![]() ![]() |
void | End
(
IMovieScenePlayer* Player, |
|
![]() ![]() ![]() |
void | Update
(
IMovieScenePlayer* Player, |