How to input params in MotionMatch in C++ (Pose Search Plugin)?

Hey,

May you be great.

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

FPoseSearchContinuingProperties ContinuingProperties;
FPoseSearchFutureProperties FutureProperties;

UPoseSearchLibrary::MotionMatch(Params, ContinuingProperties, FutureProperties, ResultParam);

I think that may work just fine.

Bye.