Zdexby TheHolyOneZ
5,360 classes
Class

UBTTask_BlueprintBase

: UBTTaskNode : UBTNode : UObject
/Script/AIModule.BTTask_BlueprintBase 0x00A8 (168 B) align 8 inherited 0x0070 vtable /Script/AIModule
0x00x00A8

Members 4

OffsetSizeNameTypeFlagsDefault
0x08AIOwnerAAIController*TransientProtected+6 flagsnullptr
0x08ActorOwnerAActor*TransientProtected+6 flagsnullptr
0x08TickIntervalFIntervalCountdownProtected+3 flags{Interval=-1}
0x00880x18padding / unreflected
0x01bShowPropertyDetails : 1bit 0boolProtected+5 flagstrue
0x00A10x07unreflected bytes to end of UBTTask_BlueprintBase
Inherited from UBTTaskNode 2
OffsetSizeNameTypeFlagsDefault
0x10ServicesTArray<UBTService*>4 flags[]
0x01bIgnoreRestartSelf : 1bit 0boolProtected+4 flagsfalse
Inherited from UBTNode 3
OffsetSizeNameTypeFlagsDefault
0x10NodeNameFString4 flags""
0x08TreeAssetUBehaviorTree*6 flagsnullptr
0x08ParentNodeUBTCompositeNode*6 flagsnullptr

Functions 12

SignatureFlagsNativeParams
void SetFinishOnMessageWithId(const FName& MessageName, int32 RequestID)FinalNative+1 flags0x0C
void SetFinishOnMessage(const FName& MessageName)FinalNative+1 flags0x08
void ReceiveTickAI(AAIController* OwnerController, APawn* ControlledPawn, float DeltaSeconds)EventProtected0x14
void ReceiveTick(AActor* OwnerActor, float DeltaSeconds)EventProtected0x0C
void ReceiveExecuteAI(AAIController* OwnerController, APawn* ControlledPawn)EventProtected0x10
void ReceiveExecute(AActor* OwnerActor)EventProtected0x08
void ReceiveAbortAI(AAIController* OwnerController, APawn* ControlledPawn)EventProtected0x10
void ReceiveAbort(AActor* OwnerActor)EventProtected0x08
bool IsTaskExecuting()FinalNative+1 flags0x01
bool IsTaskAborting()FinalNative+1 flags0x01
void FinishExecute(bool bSuccess)FinalNative+1 flags0x01
void FinishAbort()FinalNative+1 flags0x00