FVMReflection::operator TSharedPtr< FScriptArrayHelper >

Cast to an [FScriptArrayHelper](API\Runtime\CoreUObject\UObject\FScriptArrayHelper), which is useful for performing operations on arrays of an uncertain/undefined type

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

operator TSharedPtr< FScriptArrayHelper >()

Remarks

Cast to an FScriptArrayHelper, which is useful for performing operations on arrays of an uncertain/undefined type

Useful specifically in cases where you need to add to an array, less so for array iteration.

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