AMRIFrameCaptureCamera::SaveCaptureToDisk¶
Class: AMRIFrameCaptureCamera
Captures the current scene and saves it to a PNG file at the given path.
Syntax¶
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