UMagicLeapCameraFunctionLibrary::StopRecordingAsync

Stops the recording and saves the video/audio data to an mp4 file.

Windows
MacOS
Linux

References

Module

MagicLeapCamera

Header

/Engine/Plugins/Lumin/MagicLeapCamera/Source/MagicLeapCamera/Public/MagicLeapCameraFunctionLibrary.h

Include

#include "MagicLeapCameraFunctionLibrary.h"

Source

/Engine/Plugins/Lumin/MagicLeapCamera/Source/MagicLeapCamera/Private/MagicLeapCameraFunctionLibrary.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="Camera Function Library | MagicLeap")
static bool StopRecordingAsync
(
    const FMagicLeapCameraStopRecording & ResultDelegate
)

Remarks

Stops the recording and saves the video/audio data to an mp4 file. @note The newly created mp4 file will have an automatically generated name which is guaranteed to be unique.

Returns

True if the call succeeds, false otherwise.

Parameters

Parameter

Description

ResultDelegate

The delegate to be notified once the video/audio data has been saved to an mp4 file.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss