Hi, If I use this node in a Blueprint Function Library, will the DataTable always occupy memory?
short version, most likely yes.
you can minimize the chance by keeping it in its own FL, or only with similar functions.
in blueprint using any function in a FL loads the entire FL to memory.