NUTUtilRefl::FunctionParmsToString

Iterates a functions parameters, and converts them to a human readable string

Windows
MacOS
Linux

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

Syntax

static FString FunctionParmsToString
(
    UFunction * InFunction,
    void * Parms
)

Remarks

Iterates a functions parameters, and converts them to a human readable string

Can not be passed back to functions that read parameters from a string, e.g. 'CallFunctionByNameWithArguments'

This would be a good goal thoughNUTUtilRefl

Returns

Returns the parsed parameter data

Parameters

Parameter

Description

InFunction

The function template whose parameters are being parsed

Parms

The parameter data to be parsed

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss