Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Materials > API/Runtime/Engine/Materials/FValue > API/Runtime/Engine/Materials/FValue/As
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Materials/MaterialIR.h |
| Include | #include "Materials/MaterialIR.h" |
template<typename T>
const T * As() const
Remarks
Tries to cast this value to specified type T and returns the casted pointer, if possible (nullptr otherwise).