Show / Hide Table of Contents

Delegate BTDecorator_BlueprintBase.ReceiveTickAI_delegate

Namespace: UE4.AIModule
Assembly: UE4DotNet.dll
Syntax
public delegate void ReceiveTickAI_delegate(AIController OwnerController, Pawn ControlledPawn, float DeltaSeconds);
Parameters
Type Name Description
AIController OwnerController
Pawn ControlledPawn
System.Single DeltaSeconds
  • Improve this Doc
  • View Source
Back to top Generated by DocFX