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)
Assembly: UE4DotNet.dll
Syntax
public struct AnimNotifyEvent
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
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
Field Value
|
Improve this Doc
View Source
NotifyTriggerChance
Declaration
public float NotifyTriggerChance
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
TrackIndex
Declaration
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
Declaration
public AnimNotify Notify { get; set; }
Property Value
|
Improve this Doc
View Source
NotifyStateClass
Declaration
public AnimNotifyState NotifyStateClass { get; set; }
Property Value