UMagicLeapCameraComponent::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/MagicLeapCameraComponent.h

Include

#include "MagicLeapCameraComponent.h"

Source

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

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="Camera | MagicLeap")
virtual bool StopRecordingAsync()

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.

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