Show / Hide Table of Contents

Struct AnimNotifyEvent

Triggers an animation notify.

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: UE4.Engine
Assembly: UE4DotNet.dll
Syntax
public struct AnimNotifyEvent
Remarks

Each AnimNotifyEvent contains an AnimNotify object which has its Notify method called and passed to the animation.

Fields

| Improve this Doc View Source

bConvertedFromBranchingPoint

Declaration
public bool bConvertedFromBranchingPoint
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

bTriggerOnDedicatedServer

Declaration
public bool bTriggerOnDedicatedServer
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

bTriggerOnFollower

Declaration
public bool bTriggerOnFollower
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

Duration

Declaration
public float Duration
Field Value
Type Description
System.Single
| Improve this Doc View Source

EndTriggerTimeOffset

Declaration
public float EndTriggerTimeOffset
Field Value
Type Description
System.Single
| Improve this Doc View Source

MontageTickType

Declaration
public byte MontageTickType
Field Value
Type Description
System.Byte
| Improve this Doc View Source

NotifyFilterLOD

Declaration
public int NotifyFilterLOD
Field Value
Type Description
System.Int32
| Improve this Doc View Source

NotifyFilterType

Declaration
public byte NotifyFilterType
Field Value
Type Description
System.Byte
| Improve this Doc View Source

NotifyName

Declaration
public Name NotifyName
Field Value
Type Description
Name
| Improve this Doc View Source

NotifyTriggerChance

Declaration
public float NotifyTriggerChance
Field Value
Type Description
System.Single
| Improve this Doc View Source

TrackIndex

Declaration
public int TrackIndex
Field Value
Type Description
System.Int32
| Improve this Doc View Source

TriggerTimeOffset

Declaration
public float TriggerTimeOffset
Field Value
Type Description
System.Single
| Improve this Doc View Source

TriggerWeightThreshold

Declaration
public float TriggerWeightThreshold
Field Value
Type Description
System.Single

Properties

| Improve this Doc View Source

Notify

Notify

Declaration
public AnimNotify Notify { get; set; }
Property Value
Type Description
AnimNotify
| Improve this Doc View Source

NotifyStateClass

Notify State Class

Declaration
public AnimNotifyState NotifyStateClass { get; set; }
Property Value
Type Description
AnimNotifyState
  • Improve this Doc
  • View Source
Back to top Generated by DocFX