Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/IPrimitiveComponent
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Components/ComponentInterfaces.h | |||
T * GetOwner () |
Helper to have typed owners | Components/ComponentInterfaces.h |
GetOwner()
| Name | GetOwner |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/ComponentInterfaces.h |
| Include Path | #include "Components/ComponentInterfaces.h" |
UObject * GetOwner() const
GetOwner()
Description
Helper to have typed owners
| Name | GetOwner |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/ComponentInterfaces.h |
| Include Path | #include "Components/ComponentInterfaces.h" |
template<class T>
T * GetOwner()