Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UTexture
Description
Do the Texture properties make it a possible candidate for streaming. Can be called by editor or runtime. If true, does not mean it will actually be streamed, but if false will definitely not be streamed.
| Name | IsPossibleToStream |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/Texture.h |
| Include Path | #include "Engine/Texture.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Texture.cpp |
bool IsPossibleToStream() const