about 1 year ago - /u/iFlak - Direct link

With the release of 26.00, the ability to expose assets from UEFN to Verse is enabled by default for all newly created UEFN projects. For any of your projects created before 26.00, you will need to enable this feature by following these steps:

  1. Close your project in UEFN.
  2. Locate the .uplugin file in the project directory.
  3. Open the .uplugin file in a text editor.
  4. Find the property EnableVerseAssetReflection and set it to true.
  5. If no such property is present, add the following line under VersePath:
    a. “EnableVerseAssetReflection” : true,
  6. Save the .uplugin file.
  7. Re-open your project in UEFN.
External link →