Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/FCompactIndexedHandleBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| IndexedHandle.h | |||
FCompactIndexedHandleBase
(
const int32 InIndex, |
Passing INDEX_NONE as index will make this handle Invalid | IndexedHandle.h |
FCompactIndexedHandleBase()
| Name | FCompactIndexedHandleBase |
| Type | function |
| Header File | /Engine/Source/Runtime/AIModule/Public/IndexedHandle.h |
| Include Path | #include "IndexedHandle.h" |
FCompactIndexedHandleBase()
FCompactIndexedHandleBase(const int32, const uint32)
Description
Passing INDEX_NONE as index will make this handle Invalid
| Name | FCompactIndexedHandleBase |
| Type | function |
| Header File | /Engine/Source/Runtime/AIModule/Public/IndexedHandle.h |
| Include Path | #include "IndexedHandle.h" |
FCompactIndexedHandleBase
(
const int32 InIndex,
const uint32 InSerialNumber
)