Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraScript.h |
Include |
#include "NiagaraScript.h" |
USTRUCT()
struct FNiagaraVMExecutableDataId
Struct containing all of the data necessary to look up a NiagaraScript's VM executable results from the Derived Data Cache.
Name | Description | ||
---|---|---|---|
|
AdditionalDefines |
Configuration options |
|
|
AdditionalVariables |
||
|
BaseScriptCompileHash |
The hash of the subgraph this shader primarily represents. |
|
|
uint32: 1 |
bDisableDebugSwitches |
Whether or not we allow debug switches to be used. |
|
uint32: 1 |
bInterpolatedSpawn |
Do we require interpolated spawning |
|
uint32: 1 |
bRequiresPersistentIDs |
Do we require persistent IDs |
|
uint32: 1 |
bUsesRapidIterationParams |
Whether or not we need to bake Rapid Iteration params. True to keep params, false to bake. |
|
CompilerVersionID |
The version of the compiler that this needs to be built against. |
|
|
DebugReferencedObjects |
Temp storage while generating the Id. |
|
|
ReferencedCompileHashes |
Compile hashes of any top level scripts the script was dependent on that might trigger a recompile if they change. |
|
|
ScriptUsageType |
The type of script this was used for. |
|
|
ScriptUsageTypeID |
The instance id of this script usage type. |
|
|
ScriptVersionID |
The version of the script that was compiled. If empty then just the latest version. |
Name | Description | |
---|---|---|
|
FNiagaraVMExecutableDataId() |
Name | Description | |
---|---|---|
|
~FNiagaraVMExecutableDataId() |
Name | Description | ||
---|---|---|---|
|
AppendKeyString |
Appends string representations of this Id to a key string. |
|
|
GetAdditionalVariableStrings() |
||
|
GetSizeBytes() |
||
|
HasInterpolatedParameters() |
||
|
Invalidate() |
||
|
IsValid() |
||
|
RequiresPersistentIDs() |
Name | Description | ||
---|---|---|---|
|
operator!= ( |
||
|
operator== ( |
Tests this set against another for equality, disregarding override settings. |
Name | Description | ||
---|---|---|---|
|
BaseScriptID_DEPRECATED |
The GUID of the subgraph this shader primarily represents. |