Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FValue
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
T * As () |
Tries to cast this value to specified type T and returns the casted pointer, if possible (nullptr otherwise). | Materials/MaterialIR.h | |
const T * As () |
Tries to cast this value to specified type T and returns the casted pointer, if possible (nullptr otherwise). | Materials/MaterialIR.h |
As()
Description
Tries to cast this value to specified type T and returns the casted pointer, if possible (nullptr otherwise).
| Name | As |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialIR.h |
| Include Path | #include "Materials/MaterialIR.h" |
template<typename T>
T * As()
As()
Description
Tries to cast this value to specified type T and returns the casted pointer, if possible (nullptr otherwise).
| Name | As |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialIR.h |
| Include Path | #include "Materials/MaterialIR.h" |
template<typename T>
const T * As() const