SAIRecorderDebugContext

C++
struct SAIRecorderDebugContext {
  float fStartPos;
  float fEndPos;
  float fCursorPos;
  TDebugObjectsArray DebugObjects;
};
File

IAIRecorder.h

Description

Debug context information from the Editor tool

SAIRecorderDebugContext::DebugObjects Data Member
C++
TDebugObjectsArray DebugObjects;
Description

List of objects to debug

SAIRecorderDebugContext::fCursorPos Data Member
C++
float fCursorPos;
SAIRecorderDebugContext::fEndPos Data Member
C++
float fEndPos;
SAIRecorderDebugContext::fStartPos Data Member
C++
float fStartPos;
SAIRecorderDebugContext::SAIRecorderDebugContext Constructor
C++
SAIRecorderDebugContext();