Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraScriptSource.h |
Include |
#include "NiagaraScriptSource.h" |
UCLASS(MinimalAPI)
class UNiagaraScriptSource : public UNiagaraScriptSourceBase
Name | Description | ||
---|---|---|---|
|
bIsCompilationCopy |
||
|
bIsReleased |
||
|
TObjectPtr< cla... |
NodeGraph |
Graph for particle update expression |
Name | Description | |
---|---|---|
|
UNiagaraScriptSource ( |
Name | Description | ||
---|---|---|---|
|
UNiagaraScri... |
CreateCompilationCopy ( |
|
|
FixupRenamedParameters ( |
||
|
ReleaseCompilationCopy() |
Name | Description | ||
---|---|---|---|
|
AddModuleIfMissing ( |
Adds a module if it isn't already in the graph. |
|
|
CleanUpOldAndInitializeNewRapidIterationParameters ( |
||
|
CollectDataInterfaces ( |
||
|
ComputeObjectNameMap ( |
||
|
ComputeVMCompilationId ( |
||
|
ForceGraphToRecompileOnNextCheck() |
||
|
GetChangeID() |
||
|
GetCompileBaseId ( |
||
|
FNiagaraComp... |
GetCompileHash ( |
|
|
GetLinkedPositionTypeInputs ( |
Checks if any of the provided variables are linked to function inputs of position type data |
|
|
IsSynchronized ( |
Virtual ENiagaraScriptCompileStatus Compile(UNiagaraScript* ScriptOwner, FString& OutGraphLevelErrorMessages) override; |
|
|
MarkNotSynchronized ( |
Enforce that the source graph is now out of sync with the script. |
|
|
PostLoadFromEmitter ( |
Allows the derived editor only script source to handle a post load requested by an owning emitter. |
|
|
RefreshFromExternalChanges() |
||
|
RenameGraphAssignmentAndSetNodePins |
Rename all graph assignment and map set node pins. |
|
|
SynchronizeGraphParametersWithParameterDefinitions ( |
Synchronize all source script variables that have been changed or removed from the parameter definitions to all eligible destination script variables owned by the graph. |
Name | Description | ||
---|---|---|---|
|
PostLoad() |
Do any object-specific cleanup required immediately after loading an object. |