Navigation
API > API/Plugins > API/Plugins/Niagara
Legacy search parameters to support legacy code.
| Name | FNiagaraDataChannelSearchParameters |
| Type | struct |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraDataChannelAccessContext.h |
| Include Path | #include "NiagaraDataChannelAccessContext.h" |
Syntax
USTRUCT (BlueprintType )
struct FNiagaraDataChannelSearchParameters
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| NiagaraDataChannelAccessContext.h | |||
| NiagaraDataChannelAccessContext.h | |||
FNiagaraDataChannelSearchParameters
(
FVector InLocation |
NiagaraDataChannelAccessContext.h | ||
FNiagaraDataChannelSearchParameters
(
USceneComponent* Owner, |
NiagaraDataChannelAccessContext.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bOverrideLocation | uint32 | If true, even if an owning component is set, the data channel should use the Location value rather than the component location. | NiagaraDataChannelAccessContext.h |
|
| Location | FVector | In cases where there is no owning component for data being read or written to a data channel, we simply pass in a location. | NiagaraDataChannelAccessContext.h |
|
| OwningComponent | TObjectPtr< USceneComponent > | In cases where there is an owning component such as an object spawning from itself etc, then we pass that component in. | NiagaraDataChannelAccessContext.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVector GetLocation() |
NiagaraDataChannelAccessContext.h | ||
USceneComponent * GetOwner() |
NiagaraDataChannelAccessContext.h |