Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/URuntimeVirtualTextureComponent
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Returns the status of the StreamingTexure contents, taking into account all rendering modes | Components/RuntimeVirtualTextureComponent.h | ||
EStreamingTextureStatusFlags GetStreamingTextureStatus
(
EShadingPath ShadingPath |
Returns the status of the StreamingTexure contents for the specified shading path | Components/RuntimeVirtualTextureComponent.h |
GetStreamingTextureStatus()
Description
Returns the status of the StreamingTexure contents, taking into account all rendering modes
| Name | GetStreamingTextureStatus |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/RuntimeVirtualTextureComponent.h |
| Include Path | #include "Components/RuntimeVirtualTextureComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/RuntimeVirtualTextureComponent.cpp |
EStreamingTextureStatusFlags GetStreamingTextureStatus() const
GetStreamingTextureStatus(EShadingPath)
Description
Returns the status of the StreamingTexure contents for the specified shading path
| Name | GetStreamingTextureStatus |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/RuntimeVirtualTextureComponent.h |
| Include Path | #include "Components/RuntimeVirtualTextureComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/RuntimeVirtualTextureComponent.cpp |
EStreamingTextureStatusFlags GetStreamingTextureStatus
(
EShadingPath ShadingPath
) const