Warning: Declaration of syntax_plugin_linebreak::handle($match, $state, $pos, &$handler) should be compatible with DokuWiki_Syntax_Plugin::handle($match, $state, $pos, Doku_Handler $handler) in
/home/stepism/www/ue4/wiki/lib/plugins/linebreak/syntax.php on line
52
Warning: Declaration of syntax_plugin_linebreak::render($mode, &$renderer, $data) should be compatible with DokuWiki_Syntax_Plugin::render($format, Doku_Renderer $renderer, $data) in
/home/stepism/www/ue4/wiki/lib/plugins/linebreak/syntax.php on line
74
Warning: Declaration of syntax_plugin_syntaxhighlighter3_syntax::handle($match, $state, $pos, &$handler) should be compatible with DokuWiki_Syntax_Plugin::handle($match, $state, $pos, Doku_Handler $handler) in
/home/stepism/www/ue4/wiki/lib/plugins/syntaxhighlighter3/syntax/syntax.php on line
53
Warning: Declaration of syntax_plugin_syntaxhighlighter3_syntax::render($mode, &$renderer, $data) should be compatible with DokuWiki_Syntax_Plugin::render($format, Doku_Renderer $renderer, $data) in
/home/stepism/www/ue4/wiki/lib/plugins/syntaxhighlighter3/syntax/syntax.php on line
82
デバッグログ出力(4.7.5)
コンソール出力以外にも、画面に出力出来るものなどいろいろあります。
// コンソールログ。
UE_LOG(LogTemp, Log, TEXT("Log text %f TEST"), 0.1f);
UE_LOG(LogTemp, Warning, TEXT("Log warning TEST"));
UE_LOG(LogTemp, Error, TEXT("Log error TEST"));
// デバイス書き込みログ?
FError::Throwf(TEXT("Log error TEST DAYO"));
// デバッグスクリーンメッセージ。
GEngine->AddOnScreenDebugMessage(-1, 5.f, FColor::Red, TEXT("On screen message!"));
GEngine->AddOnScreenDebugMessage(-1, 5.f, FColor::Green, FString::Printf(TEXT("pos z = %f"), 10.0f));