Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Materials > API/Runtime/Engine/Materials/FValue > API/Runtime/Engine/Materials/FValue/GetUses
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Materials/MaterialIR.h |
| Include | #include "Materials/MaterialIR.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Materials/MaterialIR.cpp |
TArrayView < const FValue * > GetUses() const
Remarks
Returns the array of this value's uses. An use is another value referenced by this one (e.g. the operands of a binary expression).