/
linkfly
/
MasterKnight
Обзор
Документация
Войти
/
linkfly
/
MasterKnight
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
develop
Plugins/Developer/RiderLink/Source/RiderDebuggerSupport/Private/UnrealFunctions.h
16 строк
423 B
Сергей Катревич
lesson-9 in progress, RiderLink added
29 дек 2025, 08:07
29 дек 2025, 08:07
04d607e
Код
Авторство
О чём код?
#pragma once class UEdGraphNode; class UFunction; class UObject; class UClass; class FString; namespace RiderDebuggerSupport { UClass* FindClassForNode(const UObject* Object, const UFunction* Function); UEdGraphNode* FindSourceNodeForCodeLocation(const UObject* Object, UFunction* Function); FString GetClassNameWithoutSuffix(const UClass* Class); const UClass* CastToUClass(const UObject* Object); }