Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/FSimpleIndexedHandleBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| IndexedHandle.h | |||
FSimpleIndexedHandleBase
(
int32 InIndex |
IndexedHandle.h |
FSimpleIndexedHandleBase()
| Name | FSimpleIndexedHandleBase |
| Type | function |
| Header File | /Engine/Source/Runtime/AIModule/Public/IndexedHandle.h |
| Include Path | #include "IndexedHandle.h" |
FSimpleIndexedHandleBase()
FSimpleIndexedHandleBase(int32)
| Name | FSimpleIndexedHandleBase |
| Type | function |
| Header File | /Engine/Source/Runtime/AIModule/Public/IndexedHandle.h |
| Include Path | #include "IndexedHandle.h" |
FSimpleIndexedHandleBase
(
int32 InIndex
)
Parameters
| Name | Remarks |
|---|---|
| InIndex | passing INDEX_NONE will make this handle Invalid |