FNiagaraScriptNameAndAssetPath

Struct for passing around script asset info from compile event message job to message types.

Windows
MacOS
Linux

References

Module

NiagaraEditor

Header

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraMessages.h

Include

#include "NiagaraMessages.h"

Syntax

struct FNiagaraScriptNameAndAssetPath

Remarks

Struct for passing around script asset info from compile event message job to message types.

Variables

Name Description

Public variable

const FString

 

ScriptAssetPathString

Public variable

const FString

 

ScriptNameString

Constructors

Name Description

Public function

FNiagaraScriptNameAndAssetPath

(
    const FString& InScriptNameString,
    const FString& InScriptAssetPathSt...
)

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