Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Materials > API/Runtime/Engine/Materials/FValue
| Type | Name | Description | |
|---|---|---|---|
| TArrayView< const FValue * > | GetUses () |
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). | |
| TArrayView< FValue * > | GetUses () |
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). |