Navigation
API > API/Plugins > API/Plugins/Niagara
Special legacy access context type. Used only to facilitate legacy NDCs to be usable by the new API.
| Name | FNDCAccessContextLegacy |
| Type | struct |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraDataChannelAccessContext.h |
| Include Path | #include "NiagaraDataChannelAccessContext.h" |
Syntax
USTRUCT (BlueprintType )
struct FNDCAccessContextLegacy : public FNDCAccessContextBase
Inheritance Hierarchy
- FNDCAccessContextBase → FNDCAccessContextLegacy
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| NiagaraDataChannelAccessContext.h | |||
FNDCAccessContextLegacy
(
USceneComponent* Owner |
NiagaraDataChannelAccessContext.h | ||
FNDCAccessContextLegacy
(
FVector InLocation |
NiagaraDataChannelAccessContext.h | ||
FNDCAccessContextLegacy
(
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 |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVector GetLocation() |
NiagaraDataChannelAccessContext.h |