Navigation
API > API/Plugins > API/Plugins/RigVM
| Name | FRigVMInstructionVisitInfo |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMProfilingInfo.h |
| Include Path | #include "RigVMCore/RigVMProfilingInfo.h" |
Syntax
USTRUCT ()
struct FRigVMInstructionVisitInfo
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMInstructionVisitInfo() |
RigVMCore/RigVMProfilingInfo.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FirstEntryEventInQueue | FName | A RigVMHost can run multiple events per evaluation, such as the Backward&Forward Solve Mode, store the first event such that we know when to reset data for a new round of rig evaluation | RigVMCore/RigVMProfilingInfo.h | |
| InstructionVisitedDuringLastRun | TArray< int32 > | Stores the number of times each instruction was visited | RigVMCore/RigVMProfilingInfo.h | |
| InstructionVisitOrder | TArray< int32 > | RigVMCore/RigVMProfilingInfo.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddInstructionIndexToVisitOrder
(
int32 InstructionIndex |
RigVMCore/RigVMProfilingInfo.h | ||
const FName & GetFirstEntryEventInEventQueue() |
RigVMCore/RigVMProfilingInfo.h | ||
const TArray< int32 > & GetInstructionVisitedCountDuringLastRun () |
RigVMCore/RigVMProfilingInfo.h | ||
int32 GetInstructionVisitedCountDuringLastRun
(
int32 InstructionIndex |
RigVMCore/RigVMProfilingInfo.h | ||
const TArray< int32 > & GetInstructionVisitOrder() |
RigVMCore/RigVMProfilingInfo.h | ||
void Reset() |
RigVMCore/RigVMProfilingInfo.h | ||
void ResetInstructionVisitedDuringLastRun
(
int32 NewSize |
RigVMCore/RigVMProfilingInfo.h | ||
void ResetInstructionVisitOrder
(
int32 NewSize |
RigVMCore/RigVMProfilingInfo.h | ||
const void SetFirstEntryEventInEventQueue
(
const FName& InFirstEventName |
RigVMCore/RigVMProfilingInfo.h | ||
void SetInstructionVisitedDuringLastRun
(
int32 InstructionIndex |
RigVMCore/RigVMProfilingInfo.h | ||
void SetNumInstructionVisitedDuringLastRunZeroed
(
int32 Num |
RigVMCore/RigVMProfilingInfo.h | ||
void SetupInstructionTracking
(
int32 InInstructionCount |
RigVMCore/RigVMProfilingInfo.h |