className
stringlengths 1
167
| headerPath
stringlengths 14
166
| description
stringlengths 0
1.62k
| module
stringlengths 3
36
| code
stringlengths 0
11.4k
| variables
listlengths 0
395
|
---|---|---|---|---|---|
UBlackboardKeyType_Class
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Class.h
|
AIModule
|
class UBlackboardKeyType_Class : public [UBlackboardKeyType](API\Runtime\AIModule\BehaviorTree\Blackboard\UBlackboardKeyType)
|
[
{
"type": "TObjectPtr<UCl...",
"name": "BaseClass",
"description": ""
}
] |
|
UBlackboardKeyType_Enum::CompareValues
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Enum.h
|
Compares two values
|
AIModule
|
virtual [EBlackboardCompare::Type](API\Runtime\AIModule\BehaviorTree\Blackboard\EBlackboardCompare__Type) CompareValues ( const [UBlackboardComponent](API\Runtime\AIModule\BehaviorTree\UBlackboardComponent) & OwnerComp, const uint8 * MemoryBlock, const [UBlackboardKeyType](API\Runtime\AIModule\BehaviorTree\Blackboard\UBlackboardKeyType) * OtherKeyOb, const uint8 * OtherMemoryBlock ) const
|
[] |
UBlackboardKeyType_Enum::DescribeArithmeticParam
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Enum.h
|
Describe params of arithmetic test
|
AIModule
|
virtual [FString](API\Runtime\Core\Containers\FString) DescribeArithmeticParam ( int32 IntValue, float FloatValue ) const
|
[] |
UBlackboardKeyType_Enum::DescribeSelf
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Enum.h
|
Description of params for property view
|
AIModule
|
virtual [FString](API\Runtime\Core\Containers\FString) DescribeSelf() const
|
[] |
UBlackboardKeyType_Enum::DescribeValue
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Enum.h
|
Convert value to text, works directly on provided memory/properties
|
AIModule
|
virtual [FString](API\Runtime\Core\Containers\FString) DescribeValue ( const [UBlackboardComponent](API\Runtime\AIModule\BehaviorTree\UBlackboardComponent) & OwnerComp, const uint8 * MemoryBlock ) const
|
[] |
FDataType
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Enum.h
|
AIModule
|
typedef uint8 FDataType
|
[] |
|
UBlackboardKeyType_Enum::GetValue
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Enum.h
|
AIModule
|
static [FDataType](API\Runtime\AIModule\BehaviorTree\Blackboard\UBlackboardKeyType_Enum\FDataType) GetValue ( const [UBlackboardKeyType_Enum](API\Runtime\AIModule\BehaviorTree\Blackboard\UBlackboardKeyType_Enum) * KeyOb, const uint8 * RawData )
|
[] |
|
InvalidValue
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Enum.h
|
AIModule
|
static const [FDataType](API\Runtime\AIModule\BehaviorTree\Blackboard\UBlackboardKeyType_Enum\FDataType) InvalidValue = UBlackboardKeyType_Enum::FDataType(0);
|
[] |
|
UBlackboardKeyType_Enum::IsAllowedByFilter
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Enum.h
|
Does it match settings in filter?
|
AIModule
|
virtual bool IsAllowedByFilter ( [UBlackboardKeyType](API\Runtime\AIModule\BehaviorTree\Blackboard\UBlackboardKeyType) * FilterOb ) const
|
[] |
UBlackboardKeyType_Enum::PostEditChangeProperty
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Enum.h
|
Called when a property on this object has been modified externally
|
AIModule
|
virtual void PostEditChangeProperty ( struct [FPropertyChangedEvent](API\Runtime\CoreUObject\UObject\FPropertyChangedEvent) & PropertyChangedEvent )
|
[] |
UBlackboardKeyType_Enum::SetValue
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Enum.h
|
AIModule
|
static bool SetValue ( [UBlackboardKeyType_Enum](API\Runtime\AIModule\BehaviorTree\Blackboard\UBlackboardKeyType_Enum) * KeyOb, uint8 * RawData, [FDataType](API\Runtime\AIModule\BehaviorTree\Blackboard\UBlackboardKeyType_Enum\FDataType) Value )
|
[] |
|
UBlackboardKeyType_Enum::TestArithmeticOperation
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Enum.h
|
AIModule
|
virtual bool TestArithmeticOperation ( const [UBlackboardComponent](API\Runtime\AIModule\BehaviorTree\UBlackboardComponent) & OwnerComp, const uint8 * MemoryBlock, [EArithmeticKeyOperation::Type](API\Runtime\AIModule\BehaviorTree\Blackboard\EArithmeticKeyOperation__Type) Op, int32 OtherIntValue, float OtherFloatValue ) const
|
[] |
|
UBlackboardKeyType_Enum::ValidateEnum
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Enum.h
|
AIModule
|
static bool ValidateEnum ( const [UEnum](API\Runtime\CoreUObject\UObject\UEnum) & EnumType )
|
[] |
|
UBlackboardKeyType_Enum::UBlackboardKeyType_Enum
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Enum.h
|
AIModule
|
UBlackboardKeyType_Enum ( const [FObjectInitializer](API\Runtime\CoreUObject\UObject\FObjectInitializer) & ObjectInitializer )
|
[] |
|
UBlackboardKeyType_Float::CompareValues
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Float.h
|
Compares two values
|
AIModule
|
virtual [EBlackboardCompare::Type](API\Runtime\AIModule\BehaviorTree\Blackboard\EBlackboardCompare__Type) CompareValues ( const [UBlackboardComponent](API\Runtime\AIModule\BehaviorTree\UBlackboardComponent) & OwnerComp, const uint8 * MemoryBlock, const [UBlackboardKeyType](API\Runtime\AIModule\BehaviorTree\Blackboard\UBlackboardKeyType) * OtherKeyOb, const uint8 * OtherMemoryBlock ) const
|
[] |
UBlackboardKeyType_Enum
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Enum.h
|
AIModule
|
class UBlackboardKeyType_Enum : public [UBlackboardKeyType](API\Runtime\AIModule\BehaviorTree\Blackboard\UBlackboardKeyType)
|
[
{
"type": "uint32: 1",
"name": "bIsEnumNameValid",
"description": "Set when EnumName override is valid and active"
},
{
"type": "FString",
"name": "EnumName",
"description": "Name of enum defined in c++ code, will take priority over asset from EnumType property"
},
{
"type": "TObjectPtr<UEn...",
"name": "EnumType",
"description": ""
}
] |
|
UBlackboardKeyType_Float::DescribeArithmeticParam
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Float.h
|
Describe params of arithmetic test
|
AIModule
|
virtual [FString](API\Runtime\Core\Containers\FString) DescribeArithmeticParam ( int32 IntValue, float FloatValue ) const
|
[] |
UBlackboardKeyType_Float::DescribeValue
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Float.h
|
Convert value to text, works directly on provided memory/properties
|
AIModule
|
virtual [FString](API\Runtime\Core\Containers\FString) DescribeValue ( const [UBlackboardComponent](API\Runtime\AIModule\BehaviorTree\UBlackboardComponent) & OwnerComp, const uint8 * MemoryBlock ) const
|
[] |
FDataType
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Float.h
|
AIModule
|
typedef float FDataType
|
[] |
|
UBlackboardKeyType_Float::GetValue
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Float.h
|
AIModule
|
static float GetValue ( const [UBlackboardKeyType_Float](API\Runtime\AIModule\BehaviorTree\Blackboard\UBlackboardKeyType_Float) * KeyOb, const uint8 * RawData )
|
[] |
|
InvalidValue
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Float.h
|
AIModule
|
static const [FDataType](API\Runtime\AIModule\BehaviorTree\Blackboard\UBlackboardKeyType_Float\FDataType) InvalidValue = UBlackboardKeyType_Float::FDataType(0);
|
[] |
|
UBlackboardKeyType_Float::SetValue
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Float.h
|
AIModule
|
static bool SetValue ( [UBlackboardKeyType_Float](API\Runtime\AIModule\BehaviorTree\Blackboard\UBlackboardKeyType_Float) * KeyOb, uint8 * RawData, float Value )
|
[] |
|
UBlackboardKeyType_Float::TestArithmeticOperation
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Float.h
|
AIModule
|
virtual bool TestArithmeticOperation ( const [UBlackboardComponent](API\Runtime\AIModule\BehaviorTree\UBlackboardComponent) & OwnerComp, const uint8 * MemoryBlock, [EArithmeticKeyOperation::Type](API\Runtime\AIModule\BehaviorTree\Blackboard\EArithmeticKeyOperation__Type) Op, int32 OtherIntValue, float OtherFloatValue ) const
|
[] |
|
UBlackboardKeyType_Float::UBlackboardKeyType_Float
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Float.h
|
AIModule
|
UBlackboardKeyType_Float ( const [FObjectInitializer](API\Runtime\CoreUObject\UObject\FObjectInitializer) & ObjectInitializer )
|
[] |
|
UBlackboardKeyType_Float
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Float.h
|
AIModule
|
class UBlackboardKeyType_Float : public [UBlackboardKeyType](API\Runtime\AIModule\BehaviorTree\Blackboard\UBlackboardKeyType)
|
[] |
|
UBlackboardKeyType_Int::CompareValues
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Int.h
|
Compares two values
|
AIModule
|
virtual [EBlackboardCompare::Type](API\Runtime\AIModule\BehaviorTree\Blackboard\EBlackboardCompare__Type) CompareValues ( const [UBlackboardComponent](API\Runtime\AIModule\BehaviorTree\UBlackboardComponent) & OwnerComp, const uint8 * MemoryBlock, const [UBlackboardKeyType](API\Runtime\AIModule\BehaviorTree\Blackboard\UBlackboardKeyType) * OtherKeyOb, const uint8 * OtherMemoryBlock ) const
|
[] |
UBlackboardKeyType_Int::DescribeArithmeticParam
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Int.h
|
Describe params of arithmetic test
|
AIModule
|
virtual [FString](API\Runtime\Core\Containers\FString) DescribeArithmeticParam ( int32 IntValue, float FloatValue ) const
|
[] |
UBlackboardKeyType_Int::DescribeValue
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Int.h
|
Convert value to text, works directly on provided memory/properties
|
AIModule
|
virtual [FString](API\Runtime\Core\Containers\FString) DescribeValue ( const [UBlackboardComponent](API\Runtime\AIModule\BehaviorTree\UBlackboardComponent) & OwnerComp, const uint8 * MemoryBlock ) const
|
[] |
FDataType
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Int.h
|
AIModule
|
typedef int32 FDataType
|
[] |
|
UBlackboardKeyType_Int::GetValue
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Int.h
|
AIModule
|
static int32 GetValue ( const [UBlackboardKeyType_Int](API\Runtime\AIModule\BehaviorTree\Blackboard\UBlackboardKeyType_Int) * KeyOb, const uint8 * RawData )
|
[] |
|
InvalidValue
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Int.h
|
AIModule
|
static const [FDataType](API\Runtime\AIModule\BehaviorTree\Blackboard\UBlackboardKeyType_Int\FDataType) InvalidValue = UBlackboardKeyType_Int::FDataType(0);
|
[] |
|
UBlackboardKeyType_Int::SetValue
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Int.h
|
AIModule
|
static bool SetValue ( [UBlackboardKeyType_Int](API\Runtime\AIModule\BehaviorTree\Blackboard\UBlackboardKeyType_Int) * KeyOb, uint8 * RawData, int32 Value )
|
[] |
|
UBlackboardKeyType_Int::TestArithmeticOperation
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Int.h
|
AIModule
|
virtual bool TestArithmeticOperation ( const [UBlackboardComponent](API\Runtime\AIModule\BehaviorTree\UBlackboardComponent) & OwnerComp, const uint8 * MemoryBlock, [EArithmeticKeyOperation::Type](API\Runtime\AIModule\BehaviorTree\Blackboard\EArithmeticKeyOperation__Type) Op, int32 OtherIntValue, float OtherFloatValue ) const
|
[] |
|
UBlackboardKeyType_Int::UBlackboardKeyType_Int
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Int.h
|
AIModule
|
UBlackboardKeyType_Int ( const [FObjectInitializer](API\Runtime\CoreUObject\UObject\FObjectInitializer) & ObjectInitializer )
|
[] |
|
UBlackboardKeyType_Int
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Int.h
|
AIModule
|
class UBlackboardKeyType_Int : public [UBlackboardKeyType](API\Runtime\AIModule\BehaviorTree\Blackboard\UBlackboardKeyType)
|
[] |
|
UBlackboardKeyType_Name::CompareValues
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Name.h
|
Compares two values
|
AIModule
|
virtual [EBlackboardCompare::Type](API\Runtime\AIModule\BehaviorTree\Blackboard\EBlackboardCompare__Type) CompareValues ( const [UBlackboardComponent](API\Runtime\AIModule\BehaviorTree\UBlackboardComponent) & OwnerComp, const uint8 * MemoryBlock, const [UBlackboardKeyType](API\Runtime\AIModule\BehaviorTree\Blackboard\UBlackboardKeyType) * OtherKeyOb, const uint8 * OtherMemoryBlock ) const
|
[] |
UBlackboardKeyType_Name::DescribeValue
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Name.h
|
Convert value to text, works directly on provided memory/properties
|
AIModule
|
virtual [FString](API\Runtime\Core\Containers\FString) DescribeValue ( const [UBlackboardComponent](API\Runtime\AIModule\BehaviorTree\UBlackboardComponent) & OwnerComp, const uint8 * MemoryBlock ) const
|
[] |
FDataType
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Name.h
|
AIModule
|
typedef [FName](API\Runtime\Core\UObject\FName) FDataType
|
[] |
|
InvalidValue
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Name.h
|
AIModule
|
static const [FDataType](API\Runtime\AIModule\BehaviorTree\Blackboard\UBlackboardKeyType_Name\FDataType) InvalidValue = NAME_None;
|
[] |
|
UBlackboardKeyType_Name::GetValue
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Name.h
|
AIModule
|
static [FName](API\Runtime\Core\UObject\FName) GetValue ( const [UBlackboardKeyType_Name](API\Runtime\AIModule\BehaviorTree\Blackboard\UBlackboardKeyType_Name) * KeyOb, const uint8 * RawData )
|
[] |
|
UBlackboardKeyType_Name::SetValue
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Name.h
|
AIModule
|
static bool SetValue ( [UBlackboardKeyType_Name](API\Runtime\AIModule\BehaviorTree\Blackboard\UBlackboardKeyType_Name) * KeyOb, uint8 * RawData, const [FName](API\Runtime\Core\UObject\FName) & Value )
|
[] |
|
UBlackboardKeyType_Name::TestTextOperation
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Name.h
|
AIModule
|
virtual bool TestTextOperation ( const [UBlackboardComponent](API\Runtime\AIModule\BehaviorTree\UBlackboardComponent) & OwnerComp, const uint8 * MemoryBlock, [ETextKeyOperation::Type](API\Runtime\AIModule\BehaviorTree\Blackboard\ETextKeyOperation__Type) Op, const [FString](API\Runtime\Core\Containers\FString) & OtherString ) const
|
[] |
|
UBlackboardKeyType_Name::UBlackboardKeyType_Name
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Name.h
|
AIModule
|
UBlackboardKeyType_Name ( const [FObjectInitializer](API\Runtime\CoreUObject\UObject\FObjectInitializer) & ObjectInitializer )
|
[] |
|
UBlackboardKeyType_Name
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Name.h
|
AIModule
|
class UBlackboardKeyType_Name : public [UBlackboardKeyType](API\Runtime\AIModule\BehaviorTree\Blackboard\UBlackboardKeyType)
|
[] |
|
FDataType
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_NativeEnum.h
|
AIModule
|
typedef uint8 FDataType
|
[] |
|
UBlackboardKeyType_NativeEnum::GetValue
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_NativeEnum.h
|
AIModule
|
static uint8 GetValue ( const [UBlackboardKeyType_NativeEnum](API\Runtime\AIModule\BehaviorTree\Blackboard\UBlackboardKeyType_NativeEnum) * KeyOb, const uint8 * RawData )
|
[] |
|
InvalidValue
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_NativeEnum.h
|
AIModule
|
static const [FDataType](API\Runtime\AIModule\BehaviorTree\Blackboard\UBlackboardKeyType_NativeEnum\FDataType) InvalidValue = UBlackboardKeyType_NativeEnum::FDataType(0);
|
[] |
|
UBlackboardKeyType_NativeEnum::SetValue
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_NativeEnum.h
|
AIModule
|
static bool SetValue ( [UBlackboardKeyType_NativeEnum](API\Runtime\AIModule\BehaviorTree\Blackboard\UBlackboardKeyType_NativeEnum) * KeyOb, uint8 * RawData, uint8 Value )
|
[] |
|
UBlackboardKeyType_NativeEnum::UpdateDeprecatedKey
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_NativeEnum.h
|
Create replacement key for deprecated data
|
AIModule
|
virtual [UBlackboardKeyType](API\Runtime\AIModule\BehaviorTree\Blackboard\UBlackboardKeyType) * UpdateDeprecatedKey()
|
[] |
UBlackboardKeyType_NativeEnum::UBlackboardKeyType_NativeEnum
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_NativeEnum.h
|
AIModule
|
UBlackboardKeyType_NativeEnum ( const [FObjectInitializer](API\Runtime\CoreUObject\UObject\FObjectInitializer) & ObjectInitializer )
|
[] |
|
UBlackboardKeyType_NativeEnum
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_NativeEnum.h
|
AIModule
|
class UBlackboardKeyType_NativeEnum : public [UBlackboardKeyType](API\Runtime\AIModule\BehaviorTree\Blackboard\UBlackboardKeyType)
|
[
{
"type": "FString",
"name": "EnumName",
"description": ""
},
{
"type": "TObjectPtr<UEn...",
"name": "EnumType",
"description": ""
}
] |
|
UBlackboardKeyType_Object::CompareValues
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Object.h
|
Compares two values
|
AIModule
|
virtual [EBlackboardCompare::Type](API\Runtime\AIModule\BehaviorTree\Blackboard\EBlackboardCompare__Type) CompareValues ( const [UBlackboardComponent](API\Runtime\AIModule\BehaviorTree\UBlackboardComponent) & OwnerComp, const uint8 * MemoryBlock, const [UBlackboardKeyType](API\Runtime\AIModule\BehaviorTree\Blackboard\UBlackboardKeyType) * OtherKeyOb, const uint8 * OtherMemoryBlock ) const
|
[] |
UBlackboardKeyType_Object::DescribeSelf
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Object.h
|
Description of params for property view
|
AIModule
|
virtual [FString](API\Runtime\Core\Containers\FString) DescribeSelf() const
|
[] |
UBlackboardKeyType_Object::DescribeValue
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Object.h
|
Convert value to text, works directly on provided memory/properties
|
AIModule
|
virtual [FString](API\Runtime\Core\Containers\FString) DescribeValue ( const [UBlackboardComponent](API\Runtime\AIModule\BehaviorTree\UBlackboardComponent) & OwnerComp, const uint8 * MemoryBlock ) const
|
[] |
FDataType
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Object.h
|
AIModule
|
typedef [UObject](API\Runtime\CoreUObject\UObject\UObject) * FDataType
|
[] |
|
UBlackboardKeyType_Object::GetLocation
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Object.h
|
Extract location from entry, works directly on provided memory/properties
|
AIModule
|
virtual bool GetLocation ( const [UBlackboardComponent](API\Runtime\AIModule\BehaviorTree\UBlackboardComponent) & OwnerComp, const uint8 * MemoryBlock, FVector & Location ) const
|
[] |
UBlackboardKeyType_Object::GetRotation
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Object.h
|
Extract rotation from entry, works directly on provided memory/properties
|
AIModule
|
virtual bool GetRotation ( const [UBlackboardComponent](API\Runtime\AIModule\BehaviorTree\UBlackboardComponent) & OwnerComp, const uint8 * MemoryBlock, FRotator & Rotation ) const
|
[] |
UBlackboardKeyType_Object::GetValue
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Object.h
|
AIModule
|
static [UObject](API\Runtime\CoreUObject\UObject\UObject) * GetValue ( const [UBlackboardKeyType_Object](API\Runtime\AIModule\BehaviorTree\Blackboard\UBlackboardKeyType_Object) * KeyOb, const uint8 * RawData )
|
[] |
|
InvalidValue
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Object.h
|
AIModule
|
static const [FDataType](API\Runtime\AIModule\BehaviorTree\Blackboard\UBlackboardKeyType_Object\FDataType) InvalidValue = nullptr;
|
[] |
|
UBlackboardKeyType_Object::IsAllowedByFilter
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Object.h
|
Does it match settings in filter?
|
AIModule
|
virtual bool IsAllowedByFilter ( [UBlackboardKeyType](API\Runtime\AIModule\BehaviorTree\Blackboard\UBlackboardKeyType) * FilterOb ) const
|
[] |
UBlackboardKeyType_Object::SetValue
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Object.h
|
AIModule
|
static bool SetValue ( [UBlackboardKeyType_Object](API\Runtime\AIModule\BehaviorTree\Blackboard\UBlackboardKeyType_Object) * KeyOb, uint8 * RawData, [UObject](API\Runtime\CoreUObject\UObject\UObject) * Value )
|
[] |
|
UBlackboardKeyType_Object::TestBasicOperation
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Object.h
|
Various value testing, works directly on provided memory/properties
|
AIModule
|
virtual bool TestBasicOperation ( const [UBlackboardComponent](API\Runtime\AIModule\BehaviorTree\UBlackboardComponent) & OwnerComp, const uint8 * MemoryBlock, [EBasicKeyOperation::Type](API\Runtime\AIModule\BehaviorTree\Blackboard\EBasicKeyOperation__Type) Op ) const
|
[] |
UBlackboardKeyType_Object::UBlackboardKeyType_Object
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Object.h
|
AIModule
|
UBlackboardKeyType_Object ( const [FObjectInitializer](API\Runtime\CoreUObject\UObject\FObjectInitializer) & ObjectInitializer )
|
[] |
|
UBlackboardKeyType_Object
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Object.h
|
AIModule
|
class UBlackboardKeyType_Object : public [UBlackboardKeyType](API\Runtime\AIModule\BehaviorTree\Blackboard\UBlackboardKeyType)
|
[
{
"type": "TObjectPtr<UCl...",
"name": "BaseClass",
"description": ""
}
] |
|
UBlackboardKeyType_Rotator::Clear
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Rotator.h
|
Sets value to the default, works directly on provided memory/properties
|
AIModule
|
virtual void Clear ( [UBlackboardComponent](API\Runtime\AIModule\BehaviorTree\UBlackboardComponent) & OwnerComp, uint8 * MemoryBlock )
|
[] |
UBlackboardKeyType_Rotator::CompareValues
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Rotator.h
|
Compares two values
|
AIModule
|
virtual [EBlackboardCompare::Type](API\Runtime\AIModule\BehaviorTree\Blackboard\EBlackboardCompare__Type) CompareValues ( const [UBlackboardComponent](API\Runtime\AIModule\BehaviorTree\UBlackboardComponent) & OwnerComp, const uint8 * MemoryBlock, const [UBlackboardKeyType](API\Runtime\AIModule\BehaviorTree\Blackboard\UBlackboardKeyType) * OtherKeyOb, const uint8 * OtherMemoryBlock ) const
|
[] |
UBlackboardKeyType_Rotator::DescribeValue
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Rotator.h
|
Convert value to text, works directly on provided memory/properties
|
AIModule
|
virtual [FString](API\Runtime\Core\Containers\FString) DescribeValue ( const [UBlackboardComponent](API\Runtime\AIModule\BehaviorTree\UBlackboardComponent) & OwnerComp, const uint8 * MemoryBlock ) const
|
[] |
FDataType
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Rotator.h
|
AIModule
|
typedef FRotator FDataType
|
[] |
|
UBlackboardKeyType_Rotator::GetRotation
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Rotator.h
|
Extract rotation from entry, works directly on provided memory/properties
|
AIModule
|
virtual bool GetRotation ( const [UBlackboardComponent](API\Runtime\AIModule\BehaviorTree\UBlackboardComponent) & OwnerComp, const uint8 * MemoryBlock, FRotator & Rotation ) const
|
[] |
UBlackboardKeyType_Rotator::GetValue
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Rotator.h
|
AIModule
|
static FRotator GetValue ( const [UBlackboardKeyType_Rotator](API\Runtime\AIModule\BehaviorTree\Blackboard\UBlackboardKeyType_Rotator) * KeyOb, const uint8 * RawData )
|
[] |
|
UBlackboardKeyType_Rotator::InitializeMemory
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Rotator.h
|
Initialize memory, works directly on provided memory/properties
|
AIModule
|
virtual void InitializeMemory ( [UBlackboardComponent](API\Runtime\AIModule\BehaviorTree\UBlackboardComponent) & OwnerComp, uint8 * MemoryBlock )
|
[] |
InvalidValue
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Rotator.h
|
AIModule
|
static const [FDataType](API\Runtime\AIModule\BehaviorTree\Blackboard\UBlackboardKeyType_Rotator\FDataType) InvalidValue = FAISystem::InvalidRotation;
|
[] |
|
UBlackboardKeyType_Rotator::IsEmpty
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Rotator.h
|
Check if key has stored value, works directly on provided memory/properties
|
AIModule
|
virtual bool IsEmpty ( const [UBlackboardComponent](API\Runtime\AIModule\BehaviorTree\UBlackboardComponent) & OwnerComp, const uint8 * MemoryBlock ) const
|
[] |
UBlackboardKeyType_Rotator::SetValue
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Rotator.h
|
AIModule
|
static bool SetValue ( [UBlackboardKeyType_Rotator](API\Runtime\AIModule\BehaviorTree\Blackboard\UBlackboardKeyType_Rotator) * KeyOb, uint8 * RawData, const FRotator & Value )
|
[] |
|
UBlackboardKeyType_Rotator::TestBasicOperation
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Rotator.h
|
Various value testing, works directly on provided memory/properties
|
AIModule
|
virtual bool TestBasicOperation ( const [UBlackboardComponent](API\Runtime\AIModule\BehaviorTree\UBlackboardComponent) & OwnerComp, const uint8 * MemoryBlock, [EBasicKeyOperation::Type](API\Runtime\AIModule\BehaviorTree\Blackboard\EBasicKeyOperation__Type) Op ) const
|
[] |
UBlackboardKeyType_Rotator::UBlackboardKeyType_Rotator
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Rotator.h
|
AIModule
|
UBlackboardKeyType_Rotator ( const [FObjectInitializer](API\Runtime\CoreUObject\UObject\FObjectInitializer) & ObjectInitializer )
|
[] |
|
UBlackboardKeyType_Rotator
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Rotator.h
|
AIModule
|
class UBlackboardKeyType_Rotator : public [UBlackboardKeyType](API\Runtime\AIModule\BehaviorTree\Blackboard\UBlackboardKeyType)
|
[] |
|
UBlackboardKeyType_String::Clear
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_String.h
|
Sets value to the default, works directly on provided memory/properties
|
AIModule
|
virtual void Clear ( [UBlackboardComponent](API\Runtime\AIModule\BehaviorTree\UBlackboardComponent) & OwnerComp, uint8 * MemoryBlock )
|
[] |
UBlackboardKeyType_String::CompareValues
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_String.h
|
Compares two values
|
AIModule
|
virtual [EBlackboardCompare::Type](API\Runtime\AIModule\BehaviorTree\Blackboard\EBlackboardCompare__Type) CompareValues ( const [UBlackboardComponent](API\Runtime\AIModule\BehaviorTree\UBlackboardComponent) & OwnerComp, const uint8 * MemoryBlock, const [UBlackboardKeyType](API\Runtime\AIModule\BehaviorTree\Blackboard\UBlackboardKeyType) * OtherKeyOb, const uint8 * OtherMemoryBlock ) const
|
[] |
UBlackboardKeyType_String::CopyValues
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_String.h
|
Copy value from other key, works directly on provided memory/properties
|
AIModule
|
virtual void CopyValues ( [UBlackboardComponent](API\Runtime\AIModule\BehaviorTree\UBlackboardComponent) & OwnerComp, uint8 * MemoryBlock, const [UBlackboardKeyType](API\Runtime\AIModule\BehaviorTree\Blackboard\UBlackboardKeyType) * SourceKeyOb, const uint8 * SourceBlock )
|
[] |
UBlackboardKeyType_String::DescribeValue
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_String.h
|
Convert value to text, works directly on provided memory/properties
|
AIModule
|
virtual [FString](API\Runtime\Core\Containers\FString) DescribeValue ( const [UBlackboardComponent](API\Runtime\AIModule\BehaviorTree\UBlackboardComponent) & OwnerComp, const uint8 * MemoryBlock ) const
|
[] |
FDataType
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_String.h
|
AIModule
|
typedef [FString](API\Runtime\Core\Containers\FString) FDataType
|
[] |
|
UBlackboardKeyType_String::GetValue
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_String.h
|
AIModule
|
static [FString](API\Runtime\Core\Containers\FString) GetValue ( const [UBlackboardKeyType_String](API\Runtime\AIModule\BehaviorTree\Blackboard\UBlackboardKeyType_String) * KeyOb, const uint8 * RawData )
|
[] |
|
InvalidValue
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_String.h
|
AIModule
|
static const [FDataType](API\Runtime\AIModule\BehaviorTree\Blackboard\UBlackboardKeyType_String\FDataType) InvalidValue = FString();
|
[] |
|
UBlackboardKeyType_String::IsEmpty
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_String.h
|
Check if key has stored value, works directly on provided memory/properties
|
AIModule
|
virtual bool IsEmpty ( const [UBlackboardComponent](API\Runtime\AIModule\BehaviorTree\UBlackboardComponent) & OwnerComp, const uint8 * MemoryBlock ) const
|
[] |
UBlackboardKeyType_String::SetValue
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_String.h
|
AIModule
|
static bool SetValue ( [UBlackboardKeyType_String](API\Runtime\AIModule\BehaviorTree\Blackboard\UBlackboardKeyType_String) * KeyOb, uint8 * RawData, const [FString](API\Runtime\Core\Containers\FString) & Value )
|
[] |
|
UBlackboardKeyType_String::TestTextOperation
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_String.h
|
AIModule
|
virtual bool TestTextOperation ( const [UBlackboardComponent](API\Runtime\AIModule\BehaviorTree\UBlackboardComponent) & OwnerComp, const uint8 * MemoryBlock, [ETextKeyOperation::Type](API\Runtime\AIModule\BehaviorTree\Blackboard\ETextKeyOperation__Type) Op, const [FString](API\Runtime\Core\Containers\FString) & OtherString ) const
|
[] |
|
UBlackboardKeyType_String::UBlackboardKeyType_String
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_String.h
|
AIModule
|
UBlackboardKeyType_String ( const [FObjectInitializer](API\Runtime\CoreUObject\UObject\FObjectInitializer) & ObjectInitializer )
|
[] |
|
UBlackboardKeyType_String
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_String.h
|
AIModule
|
class UBlackboardKeyType_String : public [UBlackboardKeyType](API\Runtime\AIModule\BehaviorTree\Blackboard\UBlackboardKeyType)
|
[
{
"type": "FString",
"name": "StringValue",
"description": ""
}
] |
|
UBlackboardKeyType_Vector::Clear
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Vector.h
|
Sets value to the default, works directly on provided memory/properties
|
AIModule
|
virtual void Clear ( [UBlackboardComponent](API\Runtime\AIModule\BehaviorTree\UBlackboardComponent) & OwnerComp, uint8 * MemoryBlock )
|
[] |
UBlackboardKeyType_Vector::CompareValues
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Vector.h
|
Compares two values
|
AIModule
|
virtual [EBlackboardCompare::Type](API\Runtime\AIModule\BehaviorTree\Blackboard\EBlackboardCompare__Type) CompareValues ( const [UBlackboardComponent](API\Runtime\AIModule\BehaviorTree\UBlackboardComponent) & OwnerComp, const uint8 * MemoryBlock, const [UBlackboardKeyType](API\Runtime\AIModule\BehaviorTree\Blackboard\UBlackboardKeyType) * OtherKeyOb, const uint8 * OtherMemoryBlock ) const
|
[] |
UBlackboardKeyType_Vector::DescribeValue
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Vector.h
|
Convert value to text, works directly on provided memory/properties
|
AIModule
|
virtual [FString](API\Runtime\Core\Containers\FString) DescribeValue ( const [UBlackboardComponent](API\Runtime\AIModule\BehaviorTree\UBlackboardComponent) & OwnerComp, const uint8 * MemoryBlock ) const
|
[] |
FDataType
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Vector.h
|
AIModule
|
typedef FVector FDataType
|
[] |
|
UBlackboardKeyType_Vector::GetLocation
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Vector.h
|
Extract location from entry, works directly on provided memory/properties
|
AIModule
|
virtual bool GetLocation ( const [UBlackboardComponent](API\Runtime\AIModule\BehaviorTree\UBlackboardComponent) & OwnerComp, const uint8 * MemoryBlock, FVector & Location ) const
|
[] |
UBlackboardKeyType_Vector::GetValue
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Vector.h
|
AIModule
|
static FVector GetValue ( const [UBlackboardKeyType_Vector](API\Runtime\AIModule\BehaviorTree\Blackboard\UBlackboardKeyType_Vector) * KeyOb, const uint8 * RawData )
|
[] |
|
UBlackboardKeyType_Vector::InitializeMemory
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Vector.h
|
Initialize memory, works directly on provided memory/properties
|
AIModule
|
virtual void InitializeMemory ( [UBlackboardComponent](API\Runtime\AIModule\BehaviorTree\UBlackboardComponent) & OwnerComp, uint8 * MemoryBlock )
|
[] |
InvalidValue
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Vector.h
|
AIModule
|
static const [FDataType](API\Runtime\AIModule\BehaviorTree\Blackboard\UBlackboardKeyType_Vector\FDataType) InvalidValue = FAISystem::InvalidLocation;
|
[] |
|
UBlackboardKeyType_Vector::IsEmpty
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Vector.h
|
Check if key has stored value, works directly on provided memory/properties
|
AIModule
|
virtual bool IsEmpty ( const [UBlackboardComponent](API\Runtime\AIModule\BehaviorTree\UBlackboardComponent) & OwnerComp, const uint8 * MemoryBlock ) const
|
[] |
UBlackboardKeyType_Vector::SetValue
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Vector.h
|
AIModule
|
static bool SetValue ( [UBlackboardKeyType_Vector](API\Runtime\AIModule\BehaviorTree\Blackboard\UBlackboardKeyType_Vector) * KeyOb, uint8 * RawData, const FVector & Value )
|
[] |
|
UBlackboardKeyType_Vector::TestBasicOperation
|
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Vector.h
|
Various value testing, works directly on provided memory/properties
|
AIModule
|
virtual bool TestBasicOperation ( const [UBlackboardComponent](API\Runtime\AIModule\BehaviorTree\UBlackboardComponent) & OwnerComp, const uint8 * MemoryBlock, [EBasicKeyOperation::Type](API\Runtime\AIModule\BehaviorTree\Blackboard\EBasicKeyOperation__Type) Op ) const
|
[] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.