Navigation
API > API/Runtime > API/Runtime/RenderCore
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
RenderGraphResources.h |
|
|
|
RenderGraphResources.h |
|
GetAs(FRDGViewableResource *)
| |
|
| Name |
GetAs |
| Type |
function |
| Header File |
/Engine/Source/Runtime/RenderCore/Public/RenderGraphResources.h |
| Include Path |
#include "RenderGraphResources.h" |
template<typename ViewableResourceType>
ViewableResourceType * GetAs
(
FRDGViewableResource * Resource
)
GetAs(FRDGView *)
| |
|
| Name |
GetAs |
| Type |
function |
| Header File |
/Engine/Source/Runtime/RenderCore/Public/RenderGraphResources.h |
| Include Path |
#include "RenderGraphResources.h" |
template<typename ViewType>
ViewType * GetAs
(
FRDGView * View
)