Navigation
API > API/Plugins > API/Plugins/OptimusCore
References
| Module | OptimusCore |
| Header | /Engine/Plugins/Animation/DeformerGraph/Source/OptimusCore/Public/OptimusHelpers.h |
| Include | #include "OptimusHelpers.h" |
Syntax
struct FUniqueNameGenerator
Remarks
Given an object scope, generate names that is not only unique within the scope, but also unique among all names generated before. Note: It uses GetUniqueNameForScope so using the same scope object and the same input name does not guarantee the same output name
Constructors
| Type | Name | Description | |
|---|---|---|---|
FUniqueNameGenerator
(
UObject* InScopeObject |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FName | GetUniqueName
(
FName InName |