原创 在常量函數中改變非常量成員(mutable )

class ClassName { public:     int Fun(const int data) const     {         m_data = data;         return 1;     } priv

原创 Jenkins工作記錄

拷貝文件 xcopy script{ bat "xcopy LocalBuilds\\Engine\\Windows ${params.DeployDir}\\

原创 SpawnActor的問題

錯誤信息:輸出的Log:%s has natively added scene component(s), but none of them were set as the actor's RootComponent - picking