Hello, so I'm attempting to use UEVideoRecorder and it is located inside Plugins folder of my project. The plugin works smoothly in the editor, but when I tried to package it, the compiler somehow thinks that things from UEVideoRecorder plugin doesn't exist.

Also, whenever I opened Unreal Editor, if I have a reference to the VideoRecordActor in a Blueprint class it will always said fail to load, the message is similar to the error when I tried packaging the project.

I'm using launcher version of Unreal Engine 4.26.2 and following the guide from .docx file found at Readme.md.
Is there something that I might have missed? Thanks in advance!
Hello, so I'm attempting to use UEVideoRecorder and it is located inside Plugins folder of my project. The plugin works smoothly in the editor, but when I tried to package it, the compiler somehow thinks that things from UEVideoRecorder plugin doesn't exist.

Also, whenever I opened Unreal Editor, if I have a reference to the VideoRecordActor in a Blueprint class it will always said fail to load, the message is similar to the error when I tried packaging the project.

I'm using launcher version of Unreal Engine 4.26.2 and following the guide from .docx file found at Readme.md.
Is there something that I might have missed? Thanks in advance!