Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/LevelInstance > API/Runtime/Engine/LevelInstance/ALevelInstance
- AActor::GetStreamingBounds()
- ALevelInstance::GetStreamingBounds()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/LevelInstance/LevelInstanceActor.h |
| Include | #include "LevelInstance/LevelInstanceActor.h" |
| Source | /Engine/Source/Runtime/Engine/Private/LevelInstance/LevelInstanceActor.cpp |
virtual FBox GetStreamingBounds&40;&41; const
Remarks
Returns the location and the bounding box of all components that make up this Actor.
This function differs from GetActorBounds because it will return a valid origin and an empty extent if this actor doesn't have primitive components.