Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FVideoRecordingParameters
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| VideoRecordingSystem.h | |||
FVideoRecordingParameters
(
uint64 InRecordingLengthSeconds, |
VideoRecordingSystem.h |
FVideoRecordingParameters()
| Name | FVideoRecordingParameters |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/VideoRecordingSystem.h |
| Include Path | #include "VideoRecordingSystem.h" |
FVideoRecordingParameters()
FVideoRecordingParameters(uint64, bool, bool, bool, FPlatformUserId)
| Name | FVideoRecordingParameters |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/VideoRecordingSystem.h |
| Include Path | #include "VideoRecordingSystem.h" |
FVideoRecordingParameters
(
uint64 InRecordingLengthSeconds,
bool bInAutoStart,
bool bInAutoContinue,
bool bInExportToLibrary,
FPlatformUserId InUserId
)