Navigation
API > API/Plugins > API/Plugins/DMXZip > API/Plugins/DMXZip/FDMXZipper
Helper to unzip a file within the zip as temp file. Deletes the file when running out of scope.
| Name | FDMXScopedUnzipToTempFile |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXGDTF/Source/DMXZip/Public/DMXZipper.h |
| Include Path | #include "DMXZipper.h" |
Syntax
struct FDMXScopedUnzipToTempFile
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDMXScopedUnzipToTempFile
(
const TSharedRef< FDMXZipper >& DMXZipper, |
DMXZipper.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FDMXScopedUnzipToTempFile() |
DMXZipper.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| TempFilePathAndName | FString | Absolute File Path and Name of the Temp File | DMXZipper.h |