Navigation
API > API/Plugins > API/Plugins/Niagara
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraCommon.h |
| Include | #include "NiagaraCommon.h" |
Syntax
template<typename T>
struct FNiagaraCompiledDataReference
Remarks
Simple struct intended to hide the details of passing a reference to compiled data. In particular for editor builds it will actually make a copy of the data to help try to avoid the many edge cases of recompiling/editing, while regular builds can reap the wins of just referencing the data and saving memory.
Functions
Operators
| Type | Name | Description | |
|---|---|---|---|
| const T * | operator-> () |