Navigation
API > API/Plugins > API/Plugins/VirtualCamera > API/Plugins/VirtualCamera/LevelSequence
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UVirtualCameraClipsMetaData
References
| Module | VirtualCamera |
| Header | /Engine/Plugins/Experimental/VirtualCamera/Source/VirtualCamera/Public/LevelSequence/VirtualCameraClipsMetaData.h |
| Include | #include "LevelSequence/VirtualCameraClipsMetaData.h" |
Syntax
UCLASS&40;BlueprintType&41;
class UVirtualCameraClipsMetaData :
public UObject,
public IMovieSceneMetaDataInterface
Remarks
Clips meta-data that is stored on ULevelSequence assets that are recorded through the virtual camera. Meta-data is retrieved through ULevelSequence::FindMetaData
Constructors
| Type | Name | Description | |
|---|---|---|---|
UVirtualCameraClipsMetaData
(
const FObjectInitializer& ObjInit |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSet< FName > | Gets all asset registry tags | ||
| FName | The asset registry tag that contains the FrameCountEnd out for this meta-data | ||
| FName | The asset registry tag that contains its favorite status | ||
| FName | The asset registry tag that contains the focal length for this meta-data | ||
| FName | The asset registry tag that contains the FrameCountEnd out for this meta-data | ||
| FName | The asset registry tag that contains the FrameCountStart in for this meta-data | ||
| FName | The asset registry tag that contains whether the clip was recorded with a CineCamera for this meta-data | ||
| FName | The asset registry tag that contains whether it was created from a VCam | ||
| FName | The asset registry tag that contains whether this was flagged by a user | ||
| FName | The asset registry tag that contains whether this take is good or not | ||
| FName | The asset registry tag that contains if the selected state for this meta-data | ||
| FName | The asset registry tag that contains the LengthInFrames out for this meta-data | ||
| FName | The asset registry tag that contains the recorded level name for this meta-data | ||
| FFrameRate | |||
| float | |||
| int | |||
| int | |||
| bool | |||
| int | |||
| FString | |||
| bool | GetSelected () |
||
| void | SetDisplayRate
(
FFrameRate InDisplayRate |
Set the DisplayRate of the clip used for AssetData calculations. | |
| void | SetFocalLength
(
float InFocalLength |
Set the focal length associated with this clip. | |
| void | SetFrameCountEnd
(
int InFrame |
Set the final frame of the clip used for calculating duration. | |
| void | SetFrameCountStart
(
int InFrame |
Set the initial frame of the clip used for calculating duration. | |
| void | SetIsACineCameraRecording
(
bool bInIsACineCameraRecording |
Set if the clip was recorded by a CineCameraActor | |
| void | SetLengthInFrames
(
int InLength |
Set the length in frames of the clip used for AssetData calculations. | |
| void | SetRecordedLevelName
(
FString InLevelName |
Set the name of the level that the clip was recorded in. | |
| void | SetSelected
(
bool bInSelected |
Set if this clip is 'selected' |
Overridden from IMovieSceneMetaDataInterface
| Type | Name | Description | |
|---|---|---|---|
| void | ExtendAssetRegistryTagMetaData
(
TMap< FName, FAssetRegistryTagMetadata >& OutMetadata |
Called from ULevelSequence::GetAssetRegistryTagMetadata in order to extend its default set of tag meta-data to include any from this meta-data object. | |
| void | ExtendAssetRegistryTags
(
TArray< FAssetRegistryTag >& OutTags |
Extend the default ULevelSequence asset registry tags |
Constants
| Name | Description |
|---|---|
| AssetRegistryTag_bIsACineCameraRecording | The asset registry tag that contains whether the clip was recorded with a CineCamera for this meta-data |
| AssetRegistryTag_bIsCreatedFromVCam | The asset registry tag that contains whether it was created from a VCam |
| AssetRegistryTag_bIsFlagged | The asset registry tag that contains whether this was flagged by a user |
| AssetRegistryTag_bIsNoGood | The asset registry tag that contains whether this take is good or not |
| 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_FavoriteLevel | The asset registry tag that contains its favorite status |
| 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 |