Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/UNiagaraDataChannelHandler_MapBa-
Description
Finds the correct internal data for this data channel and the given access context. For example in some cases this may require a search of several elements of data that correspond to different spacial regions. This shared ptr provides access to Game level data, CPU simulation data and a render thread proxy that can be given to the RT and provides access to GPUSimulaiton data.
Virtual Inheritance
- UNiagaraDataChannelHandler::FindData → UNiagaraDataChannelHandler_MapBase::FindData
| Name | FindData |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraDataChannel_Map.h |
| Include Path | #include "NiagaraDataChannel_Map.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraDataChannel_Map.cpp |
virtual FNiagaraDataChannelDataPtr FindData
(
FNDCAccessContextInst & AccessContext,
ENiagaraResourceAccess AccessType
)