Zdexby TheHolyOneZ
5,360 classes
Class

UBlackboardComponent

: UActorComponent : UObject
/Script/AIModule.BlackboardComponent 0x01C0 (448 B) align 8 inherited 0x00B8 vtable /Script/AIModule
0x00x01C0

Members 4

OffsetSizeNameTypeFlagsDefault
0x08BrainCompUBrainComponent*TransientProtected+8 flagsnullptr
0x08DefaultBlackboardAssetUBlackboardData*Protected+8 flagsnullptr
0x08BlackboardAssetUBlackboardData*TransientProtected+6 flagsnullptr
0x00D00x20padding / unreflected
0x10KeyInstancesTArray<UBlackboardKeyType*>TransientProtected+4 flags[]
0x01000xC0unreflected bytes to end of UBlackboardComponent
Inherited from UActorComponent 15
OffsetSizeNameTypeFlagsDefault
0x30PrimaryComponentTickFActorComponentTickFunction3 flags{}
0x10ComponentTagsTArray<FName>4 flags[]
0x10AssetUserDataTArray<UAssetUserData*>Protected+8 flags[]
0x00880x04padding / unreflected
0x04UCSSerializationIndexint325 flags-1
0x00900x04padding / unreflected
0x01bNetAddressable : 1bit 5boolProtected+3 flagsfalse
0x01bReplicateUsingRegisteredSubObjectList : 1bit 6boolProtected+9 flagsfalse
0x01bReplicates : 1bit 7boolNet+7 flagsfalse
0x00950x01padding / unreflected
0x01bAutoActivate : 1bit 3bool6 flagsfalse
0x01bIsActive : 1bit 4boolNetTransient+4 flagsfalse
0x01bEditableWhenInherited : 1bit 5bool5 flagstrue
0x01bCanEverAffectNavigation : 1bit 7boolProtected+6 flagsfalse
0x01bIsEditorOnly : 1bit 1bool6 flagsfalse
0x00980x19padding / unreflected
0x01CreationMethodEComponentCreationMethod5 flagsNative
0x01OnComponentActivatedFMulticastScriptDelegate4 flags<delegate>
0x01OnComponentDeactivatedFMulticastScriptDelegate4 flags<delegate>

Functions 24

SignatureFlagsNativeParams
void SetValueAsVector(const FName& KeyName, const FVector& VectorValue)FinalNative+1 flags0x20
void SetValueAsString(const FName& KeyName, const FString& StringValue)FinalNative+1 flags0x18
void SetValueAsRotator(const FName& KeyName, const FRotator& VectorValue)FinalNative+1 flags0x20
void SetValueAsObject(const FName& KeyName, UObject* ObjectValue)FinalNative+1 flags0x10
void SetValueAsName(const FName& KeyName, const FName& NameValue)FinalNative+1 flags0x10
void SetValueAsInt(const FName& KeyName, int32 IntValue)FinalNative+1 flags0x0C
void SetValueAsFloat(const FName& KeyName, float FloatValue)FinalNative+1 flags0x0C
void SetValueAsEnum(const FName& KeyName, uint8 EnumValue)FinalNative+1 flags0x09
void SetValueAsClass(const FName& KeyName, TSubclassOf<UObject> ClassValue)FinalNative+1 flags0x10
void SetValueAsBool(const FName& KeyName, bool BoolValue)FinalNative+1 flags0x09
bool IsVectorValueSet(const FName& KeyName)FinalNative+1 flags0x09
FVector GetValueAsVector(const FName& KeyName)FinalNative+1 flags0x20
FString GetValueAsString(const FName& KeyName)FinalNative+1 flags0x18
FRotator GetValueAsRotator(const FName& KeyName)FinalNative+1 flags0x20
UObject* GetValueAsObject(const FName& KeyName)FinalNative+1 flags0x10
FName GetValueAsName(const FName& KeyName)FinalNative+1 flags0x10
int32 GetValueAsInt(const FName& KeyName)FinalNative+1 flags0x0C
float GetValueAsFloat(const FName& KeyName)FinalNative+1 flags0x0C
uint8 GetValueAsEnum(const FName& KeyName)FinalNative+1 flags0x09
TSubclassOf<UObject> GetValueAsClass(const FName& KeyName)FinalNative+1 flags0x10
bool GetValueAsBool(const FName& KeyName)FinalNative+1 flags0x09
bool GetRotationFromEntry(const FName& KeyName, const FRotator& ResultRotation)FinalNative+1 flags0x21
bool GetLocationFromEntry(const FName& KeyName, const FVector& ResultLocation)FinalNative+1 flags0x21
void ClearValue(const FName& KeyName)FinalNative+1 flags0x08

Used by 4

types with a member, parameter or interface of this type