gencpp/test/gen/sanity.gen.hpp

13 lines
180 B
C++
Raw Normal View History

// Sanity check: def_omment test
class Test_EmptyClass;
class Test_EmptyClass
{
// Empty class
};
UFUNCTION( BlueprintCallable, Category = "Test" )
void Test_UFunction(void);