Navigation
API > API/Plugins > API/Plugins/NetcodeUnitTest > API/Plugins/NetcodeUnitTest/NUTUtilRefl
Description
Iterates a functions parameters, and converts them to a human readable string NOTE: Can not be passed back to functions that read parameters from a string, e.g. 'CallFunctionByNameWithArguments'
| Name | FunctionParmsToString |
| Type | function |
| Header File | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NUTUtilReflection.h |
| Include Path | #include "NUTUtilReflection.h" |
| Source | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/NUTUtilReflection.cpp |
static FString FunctionParmsToString
(
UFunction * InFunction,
void * Parms
)
Returns the parsed parameter data
Parameters
| Name | Remarks |
|---|---|
| InFunction | The function template whose parameters are being parsed |
| Parms | The parameter data to be parsed |