MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / AsFloat4

Method AsFloat4

Source/Engine/Visject/ShaderGraphValue.h:394–397  ·  view source on GitHub ↗

Casts the value to the Float4 type. Float4

Source from the content-addressed store, hash-verified

392 /// </summary>
393 /// <returns>Float4</returns>
394 ShaderGraphValue AsFloat4() const
395 {
396 return Cast(*this, VariantType::Types::Float4);
397 }
398
399 /// <summary>
400 /// Casts the value from its type to the another type.

Callers 15

ProcessGroupParticlesMethod · 0.80
PrepareGraphMethod · 0.80
BindMethod · 0.80
ProcessGroupPackingMethod · 0.80
ProcessGroupMathMethod · 0.80
ShaderGraphValueMethod · 0.80
ComputeMultiBlendLengthFunction · 0.80
ProcessGroupAnimationMethod · 0.80
SortMultiBlend1DFunction · 0.80
onNodeLoadedMethod · 0.80

Calls 1

CastFunction · 0.50

Tested by

no test coverage detected