FExternalFuncInputHandler

A flexible handler that can deal with either constant or register inputs.

Windows
MacOS
Linux

References

Module

VectorVM

Header

/Engine/Source/Runtime/VectorVM/Public/VectorVM.h

Include

#include "VectorVM.h"

Syntax

template<typename T>
struct FExternalFuncInputHandler

Remarks

A flexible handler that can deal with either constant or register inputs.

Constructors

Functions

Name Description

Public function

void

 

Advance()

Public function

const T

 

Get()

Public function

const T

 

GetAndAdvance()

Public function

const T *...

 

GetDest()

Public function

const T *...

 

GetDestAndAdvance()

Public function Const

int32

 

GetOffset()

Public function

void

 

Init

(
    FVectorVMContext& Context
)

Public function Const

bool

 

IsConstant()

Public function Const

bool

 

IsRegister()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss