Skip to content

AMRIFrameCaptureCamera::SaveCaptureToDisk

Class: AMRIFrameCaptureCamera

Captures the current scene and saves it to a PNG file at the given path.

Syntax

bool AMRIFrameCaptureCamera::SaveCaptureToDisk(const FString &filePath)

Parameters

Parameter Type Description
filePath const FString & Absolute path of the output PNG file.

Return Value

true if the file was written successfully.

Blueprint

Blueprint: Callable from Blueprints

Remarks

filePath Absolute path of the output PNG file. true if the file was written successfully. UFUNCTION