pramberg / MetaSpline

UE4 plugin for a spline component that makes it easy to add metadata to spline points
MIT License
2 stars 0 forks source link

Make the meta class editor only, so it's not loaded at runtime #3

Open pramberg opened 3 years ago

pramberg commented 3 years ago

The meta class isn't necessary at runtime, but it's a hard reference atm which would always force it to be loaded. Since it's most likely a tiny object without any other references it's probably fine, but removing the meta class entirely would be preferable