Navigation
API > API/Plugins > API/Plugins/VEUVCore
| |
|
| Name |
FDebugCapture |
| Type |
struct |
| Header File |
/Engine/Plugins/Experimental/VEUV/Source/VEUVCore/Public/VEUV/VEUVDebugCapture.h |
| Include Path |
#include "VEUV/VEUVDebugCapture.h" |
Syntax
struct FDebugCapture
Structs
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bWithSnapshots |
bool |
If true, user requested snapshot capturing |
VEUV/VEUVDebugCapture.h |
|
| ChartEVs |
TArray< FChartEVDebug > |
|
VEUV/VEUVDebugCapture.h |
|
| Config |
FVEUVConfig |
Config used during builds |
VEUV/VEUVDebugCapture.h |
|
| R10GradNormHistory |
TArray< float > |
|
VEUV/VEUVDebugCapture.h |
|
| R78ErrorHistory |
TArray< float > |
Error history |
VEUV/VEUVDebugCapture.h |
|
| R9ErrorHistory |
TArray< float > |
|
VEUV/VEUVDebugCapture.h |
|
| R9GradNormHistory |
TArray< float > |
|
VEUV/VEUVDebugCapture.h |
|
| Result |
FResult |
The full VEUV result |
VEUV/VEUVDebugCapture.h |
|
| Samples |
TArray< FDebugSample > |
|
VEUV/VEUVDebugCapture.h |
|
| SectionName |
FString |
Optional, name of this capture |
VEUV/VEUVDebugCapture.h |
|
| Snapshots |
TArray< FGeometrySnapshot > |
Snapshot history |
VEUV/VEUVDebugCapture.h |
|
| Timestamp |
FDateTime |
Time built |
VEUV/VEUVDebugCapture.h |
|
| Voxels |
TArray< FVoxelDebug > |
|
VEUV/VEUVDebugCapture.h |
|