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

Method IsValid

Source/Engine/Visject/ShaderGraphValue.h:146–149  ·  view source on GitHub ↗

Returns true if value is valid.

Source from the content-addressed store, hash-verified

144 /// Returns true if value is valid.
145 /// </summary>
146 FORCE_INLINE bool IsValid() const
147 {
148 return Type != VariantType::Types::Null;
149 }
150
151 /// <summary>
152 /// Returns true if value is invalid.

Callers 2

eatBoxMethod · 0.45
GetReferencesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected