Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraScriptSourceBase.h |
Include |
#include "NiagaraScriptSourceBase.h" |
UCLASS(MinimalAPI)
class UNiagaraScriptSourceBase : public UObject
Runtime data for a Niagara system
Name | Description | ||
---|---|---|---|
|
ExposedVectorConstants |
||
|
ExposedVectorCurveConstants |
||
|
OnChangedDelegate |
Name | Description | |
---|---|---|
|
UNiagaraScriptSourceBase ( |
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 ( |
Determines if the input change id is equal to the current source graph's change id. |
|
|
MarkNotSynchronized ( |
Enforce that the source graph is now out of sync with the script. |
|
|
OnChanged() |
||
|
PostLoadFromEmitter ( |
Allows the derived editor only script source to handle a post load requested by an owning emitter. |
|
|
TSharedPtr< ... |
PreCompile ( |
Cause the source to build up any internal variables that will be useful in the compilation process. |
|
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 | ||
---|---|---|---|
|
IsEditorOnly() |
Called during saving to determine if the object is forced to be editor only or not |
Name |
Description |
---|---|
FOnChanged |