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

Method IsInvalid

Source/Engine/Visject/ShaderGraphValue.h:154–157  ·  view source on GitHub ↗

Returns true if value is invalid.

Source from the content-addressed store, hash-verified

152 /// Returns true if value is invalid.
153 /// </summary>
154 FORCE_INLINE bool IsInvalid() const
155 {
156 return Type == VariantType::Types::Null;
157 }
158
159 /// <summary>
160 /// Checks if value contains static part with zero.

Callers 2

runMethod · 0.45
eatBoxMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected