![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <VectorVM.h>
Public Member Functions | |
| FUserPtrHandler (FVectorVMExternalFunctionContext &Context) | |
| VM_FORCEINLINE T * | Get () |
| VM_FORCEINLINE T * | operator-> () |
| VM_FORCEINLINE | operator T* () |
| VM_FORCEINLINE const T * | Get () const |
| VM_FORCEINLINE const T * | operator-> () const |
| VM_FORCEINLINE | operator const T * () const |
Public Attributes | |
| int32 | UserPtrIdx |
| T * | Ptr |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| T* VectorVM::FUserPtrHandler< T >::Ptr |
| int32 VectorVM::FUserPtrHandler< T >::UserPtrIdx |