Navigation
Unreal Engine C++ API Reference > Plugins > NetcodeUnitTest > NUTUtilRefl
References
Module | NetcodeUnitTest |
Header | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NUTUtilReflection.h |
Include | #include "NUTUtilReflection.h" |
Source | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/NUTUtilReflection.cpp |
static FString FunctionParmsToString
&40;
UFunction &42; InFunction,
void &42; Parms
&41;
Remarks
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'
NUTUtilRefl Returns the parsed parameter data
Parameters
Name | Description |
---|---|
InFunction | The function template whose parameters are being parsed |
Parms | The parameter data to be parsed |