Book a Demo

Author Topic: import c++ source code with file static function  (Read 3033 times)

[email protected]

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
import c++ source code with file static function
« on: November 02, 2013, 05:08:23 am »
I have a C++ file with static functions. When I import the source file, I do not see the functions. Are they imported? If so, how do I find them?

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: import c++ source code with file static functi
« Reply #1 on: November 04, 2013, 09:57:38 am »
Only functions owned by a class are imported.