Navigation
API > API/Plugins > API/Plugins/OptimusCore
References
| Module | OptimusCore |
| Header | /Engine/Plugins/Animation/DeformerGraph/Source/OptimusCore/Public/OptimusValidatedName.h |
| Include | #include "OptimusValidatedName.h" |
Syntax
USTRUCT&40;&41;
struct FOptimusValidatedName
Remarks
Structure containing a FName that has been validated for use as a variable or function name in HLSL code. When using this as a UPROPERTY, the UI will use a property customization that validates text entry.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | Name |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Our default validation function. Returns true if InName is valid. | ||
| bool | SerializeFromMismatchedTag
(
const FPropertyTag& Tag, |
Allow serialization from a legacy FName or FString. | |
| FString | ToString () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| Functions for compatibility with clients expecting a simple FName. | |||
| bool | operator!=
(
FName const& RHS |
||
| FOptimusValidatedName & | |||
| bool | operator==
(
FName const& RHS |