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