Navigation
API > API/Plugins > API/Plugins/ComputeFramework > API/Plugins/ComputeFramework/FShaderValueType
Description
Parses the given string section and tries to convert to a shader value type. NOTE: Does not work on structs.
| Name | FromString |
| Type | function |
| Header File | /Engine/Plugins/Runtime/ComputeFramework/Source/ComputeFramework/Public/ComputeFramework/ShaderParamTypeDefinition.h |
| Include Path | #include "ComputeFramework/ShaderParamTypeDefinition.h" |
| Source | /Engine/Plugins/Runtime/ComputeFramework/Source/ComputeFramework/Private/ShaderParamTypeDefinition.cpp |
static FShaderValueTypeHandle FromString
(
const FString & InTypeDecl
)