![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <PreshaderEvaluate.h>
Public Member Functions | |
| FPreshaderDataContext (const FPreshaderData &InData) | |
| FPreshaderDataContext (const FPreshaderDataContext &InContext, uint32 InOffset, uint32 InSize) | |
Public Attributes | |
| const uint8 *RESTRICT | Ptr |
| const uint8 *RESTRICT | EndPtr |
| TArrayView< const FScriptName > | Names |
| TArrayView< const FPreshaderStructType > | StructTypes |
| TArrayView< const EValueComponentType > | StructComponentTypes |
|
explicit |
| UE::Shader::FPreshaderDataContext::FPreshaderDataContext | ( | const FPreshaderDataContext & | InContext, |
| uint32 | InOffset, | ||
| uint32 | InSize | ||
| ) |
| TArrayView<const FScriptName> UE::Shader::FPreshaderDataContext::Names |
| TArrayView<const EValueComponentType> UE::Shader::FPreshaderDataContext::StructComponentTypes |
| TArrayView<const FPreshaderStructType> UE::Shader::FPreshaderDataContext::StructTypes |