struct SAIRecorderDebugContext { float fStartPos; float fEndPos; float fCursorPos; TDebugObjectsArray DebugObjects; };
IAIRecorder.h
Debug context information from the Editor tool
TDebugObjectsArray DebugObjects;
List of objects to debug
float fCursorPos;
float fEndPos;
float fStartPos;
SAIRecorderDebugContext();