UNiagaraEmitterConversionContext::Log

Log a message to the niagara message log for the emitter.

Windows
MacOS
Linux

References

Module

CascadeToNiagaraConverter

Header

/Engine/Plugins/FX/CascadeToNiagaraConverter/Source/CascadeToNiagaraConverter/Public/NiagaraStackGraphUtilitiesAdapterLibrary.h

Include

#include "NiagaraStackGraphUtilitiesAdapterLibrary.h"

Source

/Engine/Plugins/FX/CascadeToNiagaraConverter/Source/CascadeToNiagaraConverter/Private/NiagaraStackGraphUtilitiesAdapterLibrary.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="FXConverterUtilities")
void Log
(
    FString Message,
    ENiagaraMessageSeverity Severity,
    bool bIsVerbose
)

Remarks

Log a message to the niagara message log for the emitter.

Parameters

Parameter

Description

Message

The message string to display.

Severity

The severity of the message.

bIsVerbose

Whether the message is verbose and should be displayed conditionally.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss