Unable to activate new experimental features on project settings for AI module

Summary

I noticed the new experimental features in the AI module for npc_behavior. I’m currently building some custom guard functionality and would like to leverage these features. However, when I add them to my Verse files, I receive the following message (example of trying to implement fort_guard_actions variable):

‘(/Fortnite.com/AI:)fort_guard_actions’ is experimental, and its use will prevent you from publishing your project. To silence this message, enable experimental features via the settings panel.

When I go to Project Settings, I only see the ability to enable Scene Graph System under the Experimental Access tab. There’s no option to enable these new AI features.

Please select what you are reporting on:

Unreal Editor for Fortnite

What Type of Bug are you experiencing?

Verse

Steps to Reproduce

  1. Add fort_guard_actions variable to npc_behavior class
  2. Go to Project Settings in UEFN
  3. Scroll to Experimental Access

Expected Result

Should be able to check box to enable experimental AI module features (specifically around the new npc behaviors)

Observed Result

No checkbox available to enable features

Platform(s)

PC

Upload an image


Additional Notes

Just want to show some praise for adding this functionality. This will allow developers to create some amazing npc functionality!

Some of these AI module features seem to utilize entities which are part of the scene graph experimental features, so most likely these functions will fall under scene graph and will let you use them if you enable the scene graph experiment on your project settings


As an example the

that you mentioned if you look in the fort_guard_actions there’s the Attack function that requires a fort_target_info, in which fort_target_info you must supply an entity which as I mentioned before entities are a scene graph feature

2 Likes

@Mineblo you’re actually a genius. Maybe I should just be more curious and check the random box sometimes. :man_facepalming:

Thank you for helping me solves this.

1 Like