You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Fixed AI asset factories crashing if WorldSettings.bEnableAISystem = false #UE4
#rb none #jira UE-59186 [CL 4077826 by Mieszko Zielinski in Dev-Framework branch]
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
uint32 FAssetTypeActions_BehaviorTree::GetCategories()
|
||||
{
|
||||
IAIModule& AIModule = FModuleManager::GetModuleChecked<IAIModule>("AIModule").Get();
|
||||
IAIModule& AIModule = FModuleManager::LoadModuleChecked<IAIModule>("AIModule").Get();
|
||||
return AIModule.GetAIAssetCategoryBit();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user