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