Navigation
API > API/Runtime > API/Runtime/VectorVM
References
| Module | VectorVM |
| Header | /Engine/Source/Runtime/VectorVM/Public/VectorVM.h |
| Include | #include "VectorVM.h" |
Syntax
template<typename T>
struct FUserPtrHandler
Variables
| Type | Name | Description | |
|---|---|---|---|
| T * | Ptr | ||
| int32 | UserPtrIdx |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FUserPtrHandler
(
FVectorVMExternalFunctionContext& Context |
Functions
Operators
| Type | Name | Description | |
|---|---|---|---|
operator T * () |
|||
| T * | operator-> () |
||
| const T * | operator-> () |