Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/FScriptSetHelper > API/Runtime/CoreUObject/UObject/FScriptSetHelper/GetElementPtrWithoutCheck
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
Include | #include "UObject/UnrealType.h" |
const uint8 * GetElementPtrWithoutCheck
(
int32 InternalIndex
) const
Remarks
Returns a uint8 pointer to the element in the array without checking the index. Pointer to the pair, or nullptr if the array is empty.
Parameters
Name | Description |
---|---|
InternalIndex | index of the item to return a pointer to. |