FGetFilteredScriptAssetsOptions

Options for the GetScriptsByFilter function.

Windows
MacOS
Linux

References

Module

NiagaraEditor

Header

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

Include

#include "NiagaraEditorUtilities.h"

Syntax

struct FGetFilteredScriptAssetsOptions

Remarks

Options for the GetScriptsByFilter function. ScriptUsageToInclude Only return Scripts that have this usage (Optional) TargetUsageToMatch Only return Scripts that have this target usage (output node) bIncludeDeprecatedScripts Whether or not to return Scripts that are deprecated (defaults to false) bIncludeNonLibraryScripts Whether or not to return non-library scripts (defaults to false)

Variables

Name Description

Public variable

bool

 

bIncludeDeprecatedScripts

Public variable

bool

 

bIncludeNonLibraryScripts

Public variable

ENiagaraScriptU...

 

ScriptUsageToInclude

Public variable

ESuggestedFilte...

 

SuggestedFiltering

Public variable

TOptional< ENia...

 

TargetUsageToMatch

Constructors

Enums

Name

Description

Public enum

ESuggestedFiltering

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