Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/FRDGBuilder > API/Runtime/RenderCore/FRDGBuilder/UseInternalAccessMode
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/RenderGraphBuilder.h |
| Include | #include "RenderGraphBuilder.h" |
| Source | /Engine/Source/Runtime/RenderCore/Private/RenderGraphBuilder.cpp |
void UseInternalAccessMode
(
FRDGViewableResource * Resource
)
Remarks
Use this method to resume tracking of a resource after calling UseExternalAccessMode. It is safe to call this method even if external access mode was not enabled (it will simply no-op). It is not valid to access the underlying RHI resource in any pass added after calling this method.