Navigation
API > API/Plugins > API/Plugins/NiagaraAnimNotifies
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UAnimNotifyState
- UAnimNotifyState_TimedNiagaraEffect
- UAnimNotifyState_TimedNiagaraEffectAdvanced
References
| Module | NiagaraAnimNotifies |
| Header | /Engine/Plugins/FX/Niagara/Source/NiagaraAnimNotifies/Public/AnimNotifyState_TimedNiagaraEffect.h |
| Include | #include "AnimNotifyState_TimedNiagaraEffect.h" |
Syntax
UCLASS (Blueprintable, Meta=(DisplayName="Advanced Timed Niagara Effect"), MinimalAPI)
class UAnimNotifyState_TimedNiagaraEffectAdvanced : public UAnimNotifyState_TimedNiagaraEffect
Remarks
Same as Timed Niagara Effect but also provides some more advanced abilities at an additional cost.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FCurveParameterPair > | AnimCurves | ||
| bool | bApplyRateScaleToProgress | Should we apply the animation rate scale when calculating the elasped time. | |
| bool | bEnableNormalizedNotifyProgress | ||
| FName | NotifyProgressUserParameter | ||
| TMap< UMeshComponent *, FInstanceProgressInfo > | ProgressInfoMap |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UAnimNotifyState_TimedNiagaraEffectAdvanced
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| float | GetNotifyProgress
(
UMeshComponent* MeshComp |
Returns a 0 to 1 value for the progress of this component along the notify. |
Overridden from UAnimNotifyState
| Type | Name | Description | |
|---|---|---|---|
| void | NotifyBegin
(
USkeletalMeshComponent* MeshComp, |
||
| void | NotifyBegin
(
USkeletalMeshComponent* MeshComp, |
||
| void | NotifyEnd
(
USkeletalMeshComponent* MeshComp, |
||
| void | NotifyEnd
(
USkeletalMeshComponent* MeshComp, |
||
| void | NotifyTick
(
USkeletalMeshComponent* MeshComp, |
||
| void | NotifyTick
(
USkeletalMeshComponent* MeshComp, |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | Handles reading, writing, and reference collecting using FArchive. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FInstanceProgressInfo |