Create Widget unsafe in BluePrintLibrary

Hi there,

My question is how bad is an “unsafe” compiler warning?

I have a custom text box widget that functions like a speech balloon. I bundled the spawn logic into a BluePrint Function Library so it could be called easily from anywhere. All the actual details are in a data table, so the function just takes a row ID and spawns.

Complier is giving me:
Warning Function ’ Create Widget ’ is unsafe to call from blueprints of class ’ BlueprintFunctionLibrary '.

I kind of like this design as it seems well segregated, but is it just a bad call?

Muchos thanks for any comments.

A.

I too am wanting to know this, did you ever find an answer?