FRigVMExecuteContext::Logf

Choose your operating system:

Windows

macOS

Linux

References

Module

RigVM

Header

/Engine/Source/Runtime/RigVM/Public/RigVMCore/RigVMExecuteContext.h

Include

#include "RigVMCore/RigVMExecuteContext.h"

Syntax

template<typename FmtType, typename... Types>
void Logf
(
    EMessageSeverity::Type InSeverity,
    const FmtType & Fmt,
    Types... Args
) const