Navigation
API > API/Plugins > API/Plugins/NetcodeUnitTest
NUTUtilRefl - general reflection helper utility functions
| Name | NUTUtilRefl |
| Type | struct |
| Header File | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NUTUtilReflection.h |
| Include Path | #include "NUTUtilReflection.h" |
Syntax
struct NUTUtilRefl
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FString FunctionParmsToString
(
UFunction* InFunction, |
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' | NUTUtilReflection.h |