FVMReflection::GetNumericTypeCast

Internal template for defining a readonly cast operator, for basic (e.g. numeric) types, with support for casting between types

Windows
MacOS
Linux

References

Module

NetcodeUnitTest

Header

/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NUTUtilReflection.h

Include

#include "NUTUtilReflection.h"

Syntax

template<typename InType, class InTypeClass>
FORCEINLINE InType GetNumericTypeCast
(
    const TCHAR * InTypeStr,
    const TArray< FFieldClass * > & SupportedUpCasts
)

Remarks

Internal template for defining a readonly cast operator, for basic (e.g. numeric) types, with support for casting between types

Parameters

Parameter

Description

SupportedUpCasts

Types which support upcasting to InType

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