Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FValue
Description
Gets the immutable array of this value uses filtered for a specific stage stage.
Returns the immutable array of uses.
| Name | GetUsesForStage |
| 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 * > GetUsesForStage
(
MIR::EStage Stage
) const