Delegate BTService_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 |