FNiagaraScriptExecutionParameterStore::CopyParameterDataToPaddedBuffer

Helper that converts the data from the base type array internally into the padded out renderer-ready format.

Windows
MacOS
Linux

References

Module

Niagara

Header

/Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraScriptExecutionParameterStore.h

Include

#include "NiagaraScriptExecutionParameterStore.h"

Source

/Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraScriptExecutionParameterStore.cpp

Syntax

void CopyParameterDataToPaddedBuffer
(
    uint8 * InTargetBuffer,
    uint32 InTargetBufferSizeInBytes
)

Remarks

Helper that converts the data from the base type array internally into the padded out renderer-ready format.

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