Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Elements > API/Editor/UnrealEd/Elements/SMInstance > API/Editor/UnrealEd/Elements/SMInstance/USMInstanceElementEditorWorldInt-
- ITypedElementWorldInterface::IsElementInConvexVolume()
- USMInstanceElementEditorWorldInterface::IsElementInConvexVolume()
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/Elements/SMInstance/SMInstanceElementEditorWorldInterface.h |
| Include | #include "Elements/SMInstance/SMInstanceElementEditorWorldInterface.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Elements/SMInstance/SMInstanceElementEditorWorldInterface.cpp |
virtual bool IsElementInConvexVolume
&40;
const FTypedElementHandle & Handle,
const FConvexVolume & InVolume,
bool bMustEncompassEntireElement
&41;
Remarks
Return true if the element is in the volume Note: This should only be use for editor tools since it doesn't use the physics system and the performance would probably be to slow for a runtime application.