Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/Experimental/VirtualCamera/Source/VirtualCamera/Public/VirtualCameraClipsMetaData.h |
Include |
#include "VirtualCameraClipsMetaData.h" |
UCLASS(BlueprintType)
class UVirtualCameraClipsMetaData :
public UObject,
public ILevelSequenceMetaData
Clips meta-data that is stored on ULevelSequence assets that are recorded through the virtual camera. Meta-data is retrieved through ULevelSequence::FindMetaData<UVirtualCameraClipsMetaData>()
Name | Description | |
---|---|---|
|
UVirtualCameraClipsMetaData ( |
Name | Description | ||
---|---|---|---|
|
GetDisplayRate() |
||
|
float |
GetFocalLength() |
|
|
int |
GetFrameCountEnd() |
|
|
int |
GetFrameCountStart() |
|
|
GetIsACineCameraRecording() |
||
|
int |
GetLengthInFrames() |
|
|
GetRecordedLevelName() |
||
|
GetSelected() |
||
|
SetDisplayRate ( |
Set the DisplayRate of the clip used for AssetData calculations. |
|
|
SetFocalLength ( |
Set the focal length associated with this clip. |
|
|
SetFrameCountEnd ( |
Set the final frame of the clip used for calculating duration. |
|
|
SetFrameCountStart ( |
Set the initial frame of the clip used for calculating duration. |
|
|
SetIsACineCameraRecording ( |
Set if the clip was recorded by a CineCameraActor |
|
|
SetLengthInFrames ( |
Set the length in frames of the clip used for AssetData calculations. |
|
|
SetRecordedLevelName ( |
Set the name of the level that the clip was recorded in. |
|
|
SetSelected ( |
Set if this clip is 'selected' |
Name | Description | ||
---|---|---|---|
|
ExtendAssetRegistryTagMetaData ( |
Called from ULevelSequence::GetAssetRegistryTagMetadata in order to extend its default set of tag meta-data to include any from this meta-data object. |
|
|
ExtendAssetRegistryTags ( |
Extend the default ULevelSequence asset registry tags |
Name |
Description |
---|---|
AssetRegistryTag_bIsACineCameraRecording |
The asset registry tag that contains whether the clip was recorded with a CineCamera for this meta-data |
AssetRegistryTag_bIsSelected |
The asset registry tag that contains if the selected state for this meta-data |
AssetRegistryTag_DisplayRate |
The asset registry tag that contains the FrameCountEnd out for this meta-data |
AssetRegistryTag_FocalLength |
The asset registry tag that contains the focal length for this meta-data |
AssetRegistryTag_FrameCountEnd |
The asset registry tag that contains the FrameCountEnd out for this meta-data |
AssetRegistryTag_FrameCountStart |
The asset registry tag that contains the FrameCountStart in for this meta-data |
AssetRegistryTag_LengthInFrames |
The asset registry tag that contains the LengthInFrames out for this meta-data |
AssetRegistryTag_RecordedLevelName |
The asset registry tag that contains the recorded level name for this meta-data |