Показать сообщение отдельно

  #10  
Старый 04.12.2024, 15:46
Xtelle
Познающий
Регистрация: 03.12.2024
Сообщений: 70
С нами: 761919

Репутация: 0
По умолчанию

Цитата:
Сообщение от Charmant  

Fyyre and akuma were poured with SDK for grace and interlude, there it is. I don't remember exactly whose job I took for myself (I only needed FString)

I use it for events like this:

C++:


Код:
void
CallExecuteUIEvent
(
int
eventID
,
const
wchar_t
*
strParam
)
{
FString
param
(
strParam
)
;
fExecuteUIEvent
(
fGetXMLUIManagerPtr
(
)
,
eventID
,
&
param
)
;
}
Hello Charmant

Can you post here code you used to get pointer to IUManager?

Thank you in advance
 
Ответить с цитированием