Navigation
API > API/Plugins > API/Plugins/NetcodeUnitTest
References
| Module | NetcodeUnitTest |
| Header | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NUTUtilReflection.h |
| Include | #include "NUTUtilReflection.h" |
Syntax
struct NUTUtilRefl
Remarks
NUTUtilRefl - general reflection helper utility functions
Functions
| Type | Name | Description | |
|---|---|---|---|
| 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' |