Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > UObject > FScriptSetHelper > GetElementPtrWithoutCheck
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
Include | #include "UObject/UnrealType.h" |
uint8 &42; GetElementPtrWithoutCheck
&40;
int32 Index
&41;
Remarks
Returns a uint8 pointer to the element in the array without checking the index. Pointer to the element, or nullptr if the array is empty.
Parameters
Name | Description |
---|---|
Index | index of the item to return a pointer to. |