Navigation
API > API/Plugins > API/Plugins/NetcodeUnitTest > API/Plugins/NetcodeUnitTest/FFuncReflection
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FFuncReflection
(
UFunction* InFunction, |
NUTUtilReflection.h | ||
FFuncReflection
(
const TCHAR* InClassName, |
Constructor for creating a function instance and (optionally) filling in its parameters | NUTUtilReflection.h | |
FFuncReflection
(
UObject* TargetObj, |
Constructor for creating a function instance and (optionally) filling in its parameters | NUTUtilReflection.h | |
FFuncReflection
(
UFunction* InFunction, |
Constructor for reading (and optionally modifying) an existing functions parameters (e.g. from received RPC's) | NUTUtilReflection.h | |
FFuncReflection
(
UFunction* InFunction, |
NUTUtilReflection.h |
FFuncReflection(UFunction , const TCHAR )
| Name | FFuncReflection |
| Type | function |
| Header File | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NUTUtilReflection.h |
| Include Path | #include "NUTUtilReflection.h" |
FFuncReflection
(
UFunction * InFunction,
const TCHAR * InFuncName
)
FFuncReflection(const TCHAR , const TCHAR )
Description
Constructor for creating a function instance and (optionally) filling in its parameters
| Name | FFuncReflection |
| Type | function |
| Header File | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NUTUtilReflection.h |
| Include Path | #include "NUTUtilReflection.h" |
FFuncReflection
(
const TCHAR * InClassName,
const TCHAR * InFuncName
)
Parameters
| Name | Remarks |
|---|---|
| InClassName | The name of the class the function is in |
| InFuncName | The name of the function |
FFuncReflection(UObject , const TCHAR )
Description
Constructor for creating a function instance and (optionally) filling in its parameters
| Name | FFuncReflection |
| Type | function |
| Header File | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NUTUtilReflection.h |
| Include Path | #include "NUTUtilReflection.h" |
FFuncReflection
(
UObject * TargetObj,
const TCHAR * InFuncName
)
Parameters
| Name | Remarks |
|---|---|
| TargetObj | The object the function is in |
| InFuncName | The name of the function |
FFuncReflection(UFunction , void )
Description
Constructor for reading (and optionally modifying) an existing functions parameters (e.g. from received RPC's)
| Name | FFuncReflection |
| Type | function |
| Header File | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NUTUtilReflection.h |
| Include Path | #include "NUTUtilReflection.h" |
FFuncReflection
(
UFunction * InFunction,
void * InParms
)
Parameters
| Name | Remarks |
|---|---|
| InFunction | The function whose parameters we want to read/modify |
| InParms | The function parameters memory pointer |
FFuncReflection(UFunction , const TCHAR , void *)
| Name | FFuncReflection |
| Type | function |
| Header File | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NUTUtilReflection.h |
| Include Path | #include "NUTUtilReflection.h" |
FFuncReflection
(
UFunction * InFunction,
const TCHAR * InFuncName,
void * InParmsMemory
)