FNiagaraCompileHashVisitor::UpdateArray

Adds an array of POD (plain old data) values to the hash.

Windows
MacOS
Linux

References

Module

Niagara

Header

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

Include

#include "NiagaraTypes.h"

Syntax

template<typename T>
bool UpdateArray
(
    const TCHAR * InDebugName,
    const T * InData,
    uint64 InDataCount
)

Remarks

Adds an array of POD (plain old data) values to the hash.

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