FScriptArrayHelper::FScriptArrayHelper

Constructor, brings together a property and an instance of the property located in memory

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h

Include

#include "UObject/UnrealType.h"

Syntax

FScriptArrayHelper
(
    const FArrayProperty * InProperty,
    const void * InArray
)

Remarks

Constructor, brings together a property and an instance of the property located in memory

Parameters

Parameter

Description

InProperty

the property associated with this memory

InArray

pointer to raw memory that corresponds to this array. This can be NULL, and sometimes is, but in that case almost all operations will crash.

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