Hi all!
I want to call MotionMatch node of the Pose Search Plugin (screen 1) from the code, but the code requires the ContinuingProperties and Future parameters as mandatory (screen 2, I’ll attach as a separate message). However, they are not specified in the node in BP.
So I was looking at that library and I saw there are a bunch of overloading for this function, so chose the one which ContinuingProperties and Future are passed by ref.
I mean just pass an empty FPoseSearchContinuingProperties and FPoseSearchFutureProperties
At the moment I have done a workaround. I have made a function that I will implement in the BP, and in the code I will simply call it.
I have no other ideas yet.