neither do i.... im probably going to be releasing a lambert skin + stealth retlock in native... will work in pb servers and comes with clear screen
ive been trying to call functions but im getting absurd errors.... ive been having some odd issues.
UFunction* pPerfectAim = ((APawn*)Me)->EngineWeapon->FindFunction(FName(TEXT("PerfectAim")),FNAME_Find ); if(pPerfectAim!=NULL) ((APawn*)Me)->EngineWeapon->ProcessEvent(pPerfectAim,NULL,NULL);
im referring to helios tutorial on how he calls findfunction to look for mycontroller->fire();
error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall FName::FName(wchar_t const *,enum EFindName)" (__imp_??0FName@@QAE@PB_WW4EFindName@@@Z) referenced in function "void __cdecl MyPostRender(class UCanvas *)" (?MyPostRender@@YAXPAVUCanvas@@@Z)
would anyone have the slightest idea on why i would be getting this?



Reply With Quote

Bookmarks