"Function Interface" problem

Why is my function interface is “read-only” status, can not be a blueprint for other use. Where can I modify it?

Interfaces only contain function signatures to be further implemented by Blueprint classes themselves.

The following tutorial will explain the basics to Interfaces.