Show / Hide Table of Contents

Delegate AnimNotifyState.Received_NotifyTick_delegate

Namespace: UE4.Engine
Assembly: UE4DotNet.dll
Syntax
public delegate bool Received_NotifyTick_delegate(SkeletalMeshComponent MeshComp, AnimSequenceBase Animation, float FrameDeltaTime, bool ReturnValue);
Parameters
Type Name Description
SkeletalMeshComponent MeshComp
AnimSequenceBase Animation
System.Single FrameDeltaTime
System.Boolean ReturnValue
Returns
Type Description
System.Boolean
  • Improve this Doc
  • View Source
Back to top Generated by DocFX