Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FSceneViewExtensionContext
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsA
(
const FSceneViewExtensionContext& Other |
Returns true if the given object is of the same type. | SceneViewExtensionContext.h | |
bool IsA
(
const FSceneViewExtensionContext&& Other |
Returns true if the given object is of the same type. | SceneViewExtensionContext.h |
IsA(const FSceneViewExtensionContext &)
Description
Returns true if the given object is of the same type.
| Name | IsA |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/SceneViewExtensionContext.h |
| Include Path | #include "SceneViewExtensionContext.h" |
bool IsA
(
const FSceneViewExtensionContext & Other
) const
IsA(const FSceneViewExtensionContext &&)
Description
Returns true if the given object is of the same type.
| Name | IsA |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/SceneViewExtensionContext.h |
| Include Path | #include "SceneViewExtensionContext.h" |
bool IsA
(
const FSceneViewExtensionContext && Other
) const