Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/UNiagaraSimCache
Description
Reads Niagara int attributes by name from the cache frame and appends them into the OutValues array. EmitterName - If left blank will return the system simulation attributes.
| Name | ReadIntAttribute |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraSimCache.h |
| Include Path | #include "NiagaraSimCache.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraSimCache.cpp |
UFUNCTION (BlueprintCallable, Category=NiagaraSimCache)
void ReadIntAttribute
(
TArray < int32 > & OutValues,
FName AttributeName,
FName EmitterName,
int FrameIndex
) const