Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FPreshaderData
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Shader/Preshader.h | |||
void WriteJump
(
EPreshaderOpcode Op, |
Shader/Preshader.h |
WriteJump(EPreshaderOpcode)
| Name | WriteJump |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Shader/Preshader.h |
| Include Path | #include "Shader/Preshader.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Shader/Preshader.cpp |
FPreshaderLabel WriteJump
(
EPreshaderOpcode Op
)
WriteJump(EPreshaderOpcode, FPreshaderLabel)
| Name | WriteJump |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Shader/Preshader.h |
| Include Path | #include "Shader/Preshader.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Shader/Preshader.cpp |
void WriteJump
(
EPreshaderOpcode Op,
FPreshaderLabel Label
)