Navigation
API > API/Plugins > API/Plugins/Niagara
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UNiagaraMergeable
- UNiagaraDataInterfaceBase
- UNiagaraDataInterface
- UNiagaraDataInterfaceCurveBase
- UNiagaraDataInterfaceVector2DCurve
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraDataInterfaceVector2DCurve.h |
| Include | #include "NiagaraDataInterfaceVector2DCurve.h" |
Syntax
UCLASS (EditInlineNew, Category="Curves", CollapseCategories,
Meta=(DisplayName="Curve for Vector2D's"), MinimalAPI)
class UNiagaraDataInterfaceVector2DCurve : public UNiagaraDataInterfaceCurveBase
Remarks
Data Interface allowing sampling of vector curves.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FRichCurve | XCurve | ||
| FRichCurve | YCurve |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UNiagaraDataInterfaceVector2DCurve
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | SampleCurve
(
FVectorVMExternalFunctionContext& Context |
Overridden from UNiagaraDataInterfaceCurveBase
| Type | Name | Description | |
|---|---|---|---|
| TArray< float > | |||
| void | GetCurveData
(
TArray< FCurveData >& OutCurveData |
Gets information for all of the curves owned by this curve data interface. | |
| int32 | |||
| FName | |||
| void |
Overridden from UNiagaraDataInterface
| Type | Name | Description | |
|---|---|---|---|
| bool | CopyToInternal
(
UNiagaraDataInterface* Destination |
||
| bool | Equals
(
const UNiagaraDataInterface* Other |
Determines if this DataInterface is the same as another. | |
| bool | GetFunctionHLSL
(
const FNiagaraDataInterfaceGPUParamInfo& ParamInfo, |
||
| void | GetFunctionsInternal
(
TArray< FNiagaraFunctionSignature >& OutFunctions |
||
| void | GetVMExternalFunction
(
const FVMExternalFunctionBindingInfo& BindingInfo, |
Returns the delegate for the passed function signature. |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | Called after the C++ constructor and after the properties have been initialized, including those loaded from config. | ||
| void | Handles reading, writing, and reference collecting using FArchive. |
Enums
| Type | Name | Description | |
|---|---|---|---|
| API/Plugins/Niagara/UNiagaraDataInterfaceVector2DCur-_1 |
Constants
| Name | Description |
|---|---|
| SampleCurveName |