Skip to content
Jigwright
HullForge docs

Get Log

Recent Unreal output log lines, newest last. Most engine failures explain themselves here and nowhere else, so this is usually the fastest way to find out why something did not work. Filter by verbosity, category, or substring.

hf_get_logRead only

Arguments

NameTypeDescription
categorystringCase-insensitive substring of the log category, e.g. LogMaterial, LogLandscape.
containsstringCase-insensitive substring of the message text.
linesinteger
= 50
How many lines to return, counting back from the newest.
min_verbositystring
= Log
Return this level and anything MORE severe. Use Warning or Error to cut noise.
Fatal | Error | Warning | Display | Log | Verbose | VeryVerbose

Nearby in Editor state and session: