Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FValue
Description
Gets the immutable array of all this value uses. An use is another value referenced by this one (e.g. the operands of a binary expression). Returns the immutable array of uses.
| Name | GetUses |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialIR.h |
| Include Path | #include "Materials/MaterialIR.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Materials/MaterialIR.cpp |
TConstArrayView< FValue * > GetUses() const