0x00x0098
Members 4
| Offset | Size | Name | Type | Flags | Default |
|---|---|---|---|---|---|
| 0x08 | AIOwner | AAIController* | TransientProtected+6 flags | nullptr | |
| 0x08 | ActorOwner | AActor* | TransientProtected+6 flags | nullptr | |
| 0x0080 | 0x10 | padding / unreflected | |||
| 0x01 | bShowPropertyDetails : 1bit 0 | bool | Protected+5 flags | true | |
| 0x01 | bShowEventDetails : 1bit 1 | bool | Protected+5 flags | false | |
| 0x0091 | 0x07 | unreflected bytes to end of UBTService_BlueprintBase | |||
Inherited from UBTService 4
| Offset | Size | Name | Type | Flags | Default |
|---|---|---|---|---|---|
| 0x04 | Interval | float | Protected+6 flags | 0.5 | |
| 0x04 | RandomDeviation | float | Protected+6 flags | 0.1 | |
| 0x01 | bCallTickOnSearchStart : 1bit 0 | bool | Protected+5 flags | false | |
| 0x01 | bRestartTimerOnEachActivation : 1bit 1 | bool | Protected+5 flags | false |
Inherited from UBTNode 3
| Offset | Size | Name | Type | Flags | Default |
|---|---|---|---|---|---|
| 0x10 | NodeName | FString | 4 flags | "" | |
| 0x08 | TreeAsset | UBehaviorTree* | 6 flags | nullptr | |
| 0x08 | ParentNode | UBTCompositeNode* | 6 flags | nullptr |
Functions 9
| Signature | Flags | Native | Params |
|---|---|---|---|
| void ReceiveTickAI(AAIController* OwnerController, APawn* ControlledPawn, float DeltaSeconds) | EventProtected | 0x14 | |
| void ReceiveTick(AActor* OwnerActor, float DeltaSeconds) | EventProtected | 0x0C | |
| void ReceiveSearchStartAI(AAIController* OwnerController, APawn* ControlledPawn) | EventProtected | 0x10 | |
| void ReceiveSearchStart(AActor* OwnerActor) | EventProtected | 0x08 | |
| void ReceiveDeactivationAI(AAIController* OwnerController, APawn* ControlledPawn) | EventProtected | 0x10 | |
| void ReceiveDeactivation(AActor* OwnerActor) | EventProtected | 0x08 | |
| void ReceiveActivationAI(AAIController* OwnerController, APawn* ControlledPawn) | EventProtected | 0x10 | |
| void ReceiveActivation(AActor* OwnerActor) | EventProtected | 0x08 | |
| bool IsServiceActive() | FinalNative+1 flags | 0x01 |