Navigation
API > API/Plugins > API/Plugins/NetcodeUnitTest > API/Plugins/NetcodeUnitTest/FVMReflection > API/Plugins/NetcodeUnitTest/FVMReflection/GetNumericTypeCast
References
Module | NetcodeUnitTest |
Header | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NUTUtilReflection.h |
Include | #include "NUTUtilReflection.h" |
template<typename InType, class InTypeClass>
FORCEINLINE InType GetNumericTypeCast
&40;
const TCHAR &42; InTypeStr,
const TArray< FFieldClass &42; > & SupportedUpCasts
&41;
Remarks
Internal template for defining a readonly cast operator, for basic (e.g. numeric) types, with support for casting between types
Parameters
Name | Description |
---|---|
SupportedUpCasts | Types which support upcasting to InType |