UBTDecorator_BlueprintBase::PostLoad

Do any object-specific cleanup required immediately after loading an object.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UObject::PostLoad()

UBTDecorator_BlueprintBase::PostLoad()

References

Module

AIModule

Header

/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Decorators/BTDecorator_BlueprintBase.h

Include

#include "BehaviorTree/Decorators/BTDecorator_BlueprintBase.h"

Source

/Engine/Source/Runtime/AIModule/Private/BehaviorTree/Decorators/BTDecorator_BlueprintBase.cpp

Syntax

virtual void PostLoad()

Remarks

Do any object-specific cleanup required immediately after loading an object. This is not called for newly-created objects, and by default will always execute on the game thread.