class PulseGraphExecutionHistoryCursorDesc_ t
{
public:
CUtlVector<PulseCursorID_ t> vecAncestorCursorIDs;
PulseDocNodeID_ t nSpawnNodeID;
PulseDocNodeID_ t nRetiredAtNodeID;
float32 flLastReferenced;
int32 nLastValidEntryIdx;
};KV3 Class Defaults
{
vecAncestorCursorIDs = [ ]
nSpawnNodeID = -1
nRetiredAtNodeID = -1
flLastReferenced = 0.0
nLastValidEntryIdx = 0
}