Navigation
API > API/Runtime > API/Runtime/ChaosVehiclesCore > API/Runtime/ChaosVehiclesCore/SimModule
References
| Module | ChaosVehiclesCore |
| Header | /Engine/Source/Runtime/Experimental/ChaosVehicles/ChaosVehiclesCore/Public/SimModule/ModuleFactoryRegister.h |
| Include | #include "SimModule/ModuleFactoryRegister.h" |
Syntax
class FModuleFactoryRegister
Variables
| Type | Name | Description | |
|---|---|---|---|
| TMap< int32, TWeakPtr< IFactoryModule > > | RegisteredFactoriesByName |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | ContainsFactory
(
const FName TypeName |
||
| bool | ContainsFactory
(
const uint32 TypeNameHash |
||
| TSharedPtr< Chaos::FModuleNetData > | GenerateNetData
(
const uint32 TypeNameHash, |
||
| FModuleFactoryRegister & | Get () |
||
| uint32 | GetModuleHash
(
const FName TypeName |
||
| void | RegisterFactory
(
const FName TypeName, |
||
| void | RegisterFactory
(
const uint32 TypeNameHash, |
||
| void | RemoveFactory
(
TWeakPtr< IFactoryModule > InFactory |
||
| void | Reset () |