Navigation
API > API/Runtime > API/Runtime/VectorVM
| Name | FExternalFuncConstHandler |
| Type | struct |
| Header File | /Engine/Source/Runtime/VectorVM/Public/VectorVM.h |
| Include Path | #include "VectorVM.h" |
Syntax
template<typename T>
struct FExternalFuncConstHandler
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FExternalFuncConstHandler
(
FVectorVMExternalFunctionContext& Context |
VectorVM.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Constant | T | VectorVM.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Advance() |
VectorVM.h | ||
const T & Get() |
VectorVM.h | ||
const T & GetAndAdvance() |
VectorVM.h |