Navigation
API > API/Plugins > API/Plugins/RigVM
| Name | FRigVMStatistics |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMStatistics.h |
| Include Path | #include "RigVMCore/RigVMStatistics.h" |
Syntax
USTRUCT (BlueprintType )
struct FRigVMStatistics
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ByteCode | FRigVMByteCodeStatistics | RigVMCore/RigVMStatistics.h | ||
| BytesForCaching | int32 | RigVMCore/RigVMStatistics.h |
|
|
| BytesForCDO | int32 | RigVMCore/RigVMStatistics.h |
|
|
| BytesPerInstance | int32 | RigVMCore/RigVMStatistics.h |
|
|
| DebugMemory | FRigVMMemoryStatistics | RigVMCore/RigVMStatistics.h |
|
|
| LiteralMemory | FRigVMMemoryStatistics | RigVMCore/RigVMStatistics.h |
|
|
| WorkMemory | FRigVMMemoryStatistics | RigVMCore/RigVMStatistics.h |
|