Navigation
API > API/Plugins > API/Plugins/RigVM
| |
|
| Name |
FRigVMMemoryStatistics |
| Type |
struct |
| Header File |
/Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMStatistics.h |
| Include Path |
#include "RigVMCore/RigVMStatistics.h" |
Syntax
USTRUCT (BlueprintType )
struct FRigVMMemoryStatistics
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| DataBytes |
int32 |
|
RigVMCore/RigVMStatistics.h |
- VisibleAnywhere
- BlueprintReadOnly
- Category="Statistics"
|
| RegisterCount |
int32 |
|
RigVMCore/RigVMStatistics.h |
- VisibleAnywhere
- BlueprintReadOnly
- Category="Statistics"
|
| TotalBytes |
int32 |
|
RigVMCore/RigVMStatistics.h |
- VisibleAnywhere
- BlueprintReadOnly
- Category="Statistics"
|