UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FVideoRecordingParameters Struct Reference

#include <VideoRecordingSystem.h>

Public Member Functions

 FVideoRecordingParameters ()
 
 FVideoRecordingParameters (uint64 InRecordingLengthSeconds, bool bInAutoStart, bool bInAutoContinue, bool bInExportToLibrary, FPlatformUserId InUserId)
 

Public Attributes

uint64 RecordingLengthSeconds
 
bool bAutoStart
 
bool bAutoContinue
 
bool bExportToLibrary
 
FPlatformUserId UserId
 

Constructor & Destructor Documentation

◆ FVideoRecordingParameters() [1/2]

FVideoRecordingParameters::FVideoRecordingParameters ( )
inline

◆ FVideoRecordingParameters() [2/2]

FVideoRecordingParameters::FVideoRecordingParameters ( uint64  InRecordingLengthSeconds,
bool  bInAutoStart,
bool  bInAutoContinue,
bool  bInExportToLibrary,
FPlatformUserId  InUserId 
)
inline

Member Data Documentation

◆ bAutoContinue

bool FVideoRecordingParameters::bAutoContinue

◆ bAutoStart

bool FVideoRecordingParameters::bAutoStart

◆ bExportToLibrary

bool FVideoRecordingParameters::bExportToLibrary

◆ RecordingLengthSeconds

uint64 FVideoRecordingParameters::RecordingLengthSeconds

◆ UserId

FPlatformUserId FVideoRecordingParameters::UserId

The documentation for this struct was generated from the following file: