Choose your operating system:
Windows
macOS
Linux
| FNiagaraParameterStore
|
Module |
|
Header |
/Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraScriptExecutionParameterStore.h |
Include |
#include "NiagaraScriptExecutionParameterStore.h" |
USTRUCT()
struct FNiagaraScriptExecutionParameterStore : public FNiagaraParameterStore
Storage class containing actual runtime buffers to be used by the VM and the GPU. Is not the actual source for any parameter data, rather just the final place it's gathered from various other places ready for execution.
Name | Description | ||
---|---|---|---|
|
uint8: 1 |
bInitialized |
|
|
CachedScriptLiterals |
||
|
PaddedParameterSize |
||
|
PaddingInfo |
||
|
ParameterSize |
Size of the parameter data not including prev frame values or internal constants. |
Name | Description | |
---|---|---|
|
FNiagaraScriptExecutionParameterStore() |
|
|
FNiagaraScriptExecutionParameterStore ( |
Name | Description | |
---|---|---|
|
~FNiagaraScriptExecutionParameterStore() |
Name | Description | ||
---|---|---|---|
|
AddAlignmentPadding() |
||
|
AddPaddedParamSize ( |
||
|
AddScriptParams ( |
||
|
CoalescePaddingInfo() |
||
|
InitFromOwningScript ( |
TODO: These function can probably go away entirely when we replace the FNiagaraParameters and DataInterface info in the script with an FNiagaraParameterStore. |
Name | Description | ||
---|---|---|---|
|
AddParameter ( |
Adds the passed parameter to this store. |
|
|
Empty ( |
Removes all parameters from this store and releases any data. |
|
|
RemoveParameter ( |
Removes the passed parameter if it exists in the store. |
|
|
RenameParameter ( |
Renames the passed parameter. |
|
|
Reset ( |
Removes all parameters from this store but doesn't change memory allocations. |
Name | Description | ||
---|---|---|---|
|
FNiagaraScri... |
operator= ( |