Show / Hide Table of Contents

Class BrainComponent

Brain Component

Inheritance
System.Object
UObject
ActorComponent
BrainComponent
BehaviorTreeComponent
Inherited Members
ActorComponent.RegisterComponent()
ActorComponent.UnregisterComponent()
ActorComponent.ReceiveBeginPlay
ActorComponent.ReceiveEndPlay
ActorComponent.ReceiveTick
ActorComponent.Activate(Boolean)
ActorComponent.AddTickPrerequisiteActor(Actor)
ActorComponent.AddTickPrerequisiteComponent(ActorComponent)
ActorComponent.ComponentHasTag(Name)
ActorComponent.Deactivate()
ActorComponent.GetComponentTickInterval()
ActorComponent.GetOwner()
ActorComponent.IsActive()
ActorComponent.IsBeingDestroyed()
ActorComponent.IsComponentTickEnabled()
ActorComponent.K2_DestroyComponent(UObject)
ActorComponent.RemoveTickPrerequisiteActor(Actor)
ActorComponent.RemoveTickPrerequisiteComponent(ActorComponent)
ActorComponent.SetActive(Boolean, Boolean)
ActorComponent.SetAutoActivate(Boolean)
ActorComponent.SetComponentTickEnabled(Boolean)
ActorComponent.SetComponentTickInterval(Single)
ActorComponent.SetIsReplicated(Boolean)
ActorComponent.SetTickableWhenPaused(Boolean)
ActorComponent.SetTickGroup(Byte)
ActorComponent.ToggleActive()
ActorComponent.PrimaryComponentTick
ActorComponent.AssetUserData
ActorComponent.bReplicates
ActorComponent.bNetAddressable
ActorComponent.bAutoActivate
ActorComponent.bIsActive
ActorComponent.bEditableWhenInherited
ActorComponent.bCanEverAffectNavigation
ActorComponent.bIsEditorOnly
ActorComponent.bIsVisualizationComponent
UObject.TransientPackage
UObject.CastTo<T>(UObject)
UObject.CastTo(UObject, Type)
UObject.RemoveObject(UObject)
UObject.MakeObjectArrayField<T>(NativeArray*)
UObject.NotImplemented<T>()
UObject.Construct()
UObject.GetHashCode()
UObject.GetName()
UObject.ToString()
UObject.Name
UObject._None
UObject.None
UObject.ObjPointer
UObject.LoadObjectFromClass(Class, UObject, String, String, LoadFlags, PackageMap, Boolean)
UObject.LoadClass(Class, UObject, String, String, LoadFlags, PackageMap)
UObject.GetPropertyFor<T>(Name)
UObject.ExecuteUbergraph
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: UE4.AIModule
Assembly: UE4DotNet.dll
Syntax
public class BrainComponent : ActorComponent

Properties

| Improve this Doc View Source

AIOwner

AIOwner

Declaration
public AIController AIOwner { get; set; }
Property Value
Type Description
AIController
| Improve this Doc View Source

BlackboardComp

blackboard component

Declaration
public BlackboardComponent BlackboardComp { get; set; }
Property Value
Type Description
BlackboardComponent
| Improve this Doc View Source

DefaultObject

Get UE4 Default Object for this Class

Declaration
public static BrainComponent DefaultObject { get; }
Property Value
Type Description
BrainComponent
| Improve this Doc View Source

StaticClass

Get UE4 Class

Declaration
public static Class StaticClass { get; }
Property Value
Type Description
Class

Methods

| Improve this Doc View Source

IsPaused()

Is Paused

Declaration
public bool IsPaused()
Returns
Type Description
System.Boolean
| Improve this Doc View Source

IsRunning()

Is Running

Declaration
public bool IsRunning()
Returns
Type Description
System.Boolean
| Improve this Doc View Source

New(UObject, Name)

Spawn an object of this class

Declaration
public static BrainComponent New(UObject obj = null, Name name = default(Name))
Parameters
Type Name Description
UObject obj
Name name
Returns
Type Description
BrainComponent
| Improve this Doc View Source

RestartLogic()

Restart Logic

Declaration
public void RestartLogic()
| Improve this Doc View Source

StopLogic(String)

Stop Logic

Declaration
public void StopLogic(string Reason)
Parameters
Type Name Description
System.String Reason

Operators

| Improve this Doc View Source

Implicit(IntPtr to BrainComponent)

Convert from IntPtr to UObject

Declaration
public static implicit operator BrainComponent(IntPtr p)
Parameters
Type Name Description
System.IntPtr p
Returns
Type Description
BrainComponent
  • Improve this Doc
  • View Source
Back to top Generated by DocFX