| FGCObject::AddReferencedObjects()
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Public/Physics/PhysicsDebugMode.h |
Include |
#include "Physics/PhysicsDebugMode.h" |
Source |
/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysicsDebugMode.cpp |
virtual void AddReferencedObjects
(
FReferenceCollector & Collector
)
Pure virtual that must be overloaded by the inheriting class. Use this method to serialize any UObjects contained that you wish to keep around.
Parameter |
Description |
---|---|
Collector |
The collector of referenced objects. |