![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "CoreMinimal.h"#include "UObject/ObjectMacros.h"#include "BehaviorTree/BTCompositeNode.h"#include "BTComposite_SimpleParallel.generated.h"Go to the source code of this file.
Classes | |
| struct | FBTParallelMemory |
| class | UBTComposite_SimpleParallel |
Namespaces | |
| namespace | EBTParallelChild |
| namespace | EBTParallelMode |
Enumerations | |
| enum | EBTParallelChild::Type { EBTParallelChild::MainTask , EBTParallelChild::BackgroundTree } |
| enum | EBTParallelMode::Type : int { EBTParallelMode::UMETA =(DisplayName="Immediate" , ToolTip="When main task finishes, immediately abort background tree.") , EBTParallelMode::UMETA =(DisplayName="Immediate" , ToolTip="When main task finishes, immediately abort background tree.") } |