Yesterday I played with the ApplyPolyGroupCatmullClarkSubD blueprint node, but today the node is not there anymore. It used to be under Geometry Script/Open Subdiv but there’s no such folder anymore. I’ve tried reinstalling the Geometry Script plugin but to no avail. Does anyone else experience the same issue?
Some functions are missing when I try to use them in my Actor Blueprint
You are likely trying to use a function that is Editor-Only. Some functions like creating new Volumes or StaticMesh/SkeletalMesh Assets, and the Catmull Clark SubD functions, are Editor-Only and can only be used in Editor Utility Actors/Actions/Widgets, or GeneratedDynamicMeshActor BP subclasses.