![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ShaderCore.h>
Public Member Functions | |
| FShaderTarget () | |
| FShaderTarget (EShaderFrequency InFrequency, EShaderPlatform InPlatform) | |
| EShaderPlatform | GetPlatform () const |
| EShaderFrequency | GetFrequency () const |
Public Attributes | ||
| union { | ||
| uint32 Packed | ||
| struct { | ||
| uint32 Frequency: SF_NumBits | ||
| uint32 Platform: SP_NumBits | ||
| } | ||
| }; | ||
Friends | |
| bool | operator== (const FShaderTarget &X, const FShaderTarget &Y) |
| FArchive & | operator<< (FArchive &Ar, FShaderTarget &Target) |
| uint32 | GetTypeHash (FShaderTarget Target) |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
|
friend |
|
friend |
| union { ... } FShaderTarget |
| uint32 FShaderTarget::Frequency |
| uint32 FShaderTarget::Packed |
| uint32 FShaderTarget::Platform |