Navigation
API > API/Runtime > API/Runtime/CoreUObject
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void UE::GC::Private::CallARO
(
DispatcherType& Dispatcher, |
UObject/FastReferenceCollector.h | ||
void UE::GC::Private::CallARO
(
DispatcherType& Dispatcher, |
UObject/FastReferenceCollector.h |
UE::GC::Private::CallARO(DispatcherType &, UObject *, FMemberWord)
| Name | UE::GC::Private::CallARO |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/FastReferenceCollector.h |
| Include Path | #include "UObject/FastReferenceCollector.h" |
namespace UE
{
namespace GC
{
namespace Private
{
template<class DispatcherType>
void UE::GC::Private::CallARO
(
DispatcherType & Dispatcher,
UObject * Instance,
FMemberWord Word
)
}
}
}
UE::GC::Private::CallARO(DispatcherType &, uint8 *, FMemberWord)
| Name | UE::GC::Private::CallARO |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/FastReferenceCollector.h |
| Include Path | #include "UObject/FastReferenceCollector.h" |
namespace UE
{
namespace GC
{
namespace Private
{
template<class DispatcherType>
void UE::GC::Private::CallARO
(
DispatcherType & Dispatcher,
uint8 * Instance,
FMemberWord Word
)
}
}
}