Navigation
API > API/Plugins > API/Plugins/PCG
Simple hash policy which includes or excludes properties based on a UPROPERTY metadata tag.
| |
|
| Name |
FPCGObjectHashPolicyPropertyMetaDataFilter |
| Type |
class |
| Header File |
/Engine/Plugins/PCG/Source/PCG/Public/Hash/PCGObjectHash.h |
| Include Path |
#include "Hash/PCGObjectHash.h" |
Syntax
class FPCGObjectHashPolicyPropertyMetaDataFilter : public IPCGObjectHashPolicy
Implements Interfaces
Derived Classes
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FPCGObjectHashPolicyPropertyMetaDataFilter
(
const FString& InMetaData,
bool bInInclusionFilter
)
|
|
Hash/PCGObjectHash.h |
|
Variables
Protected
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bInclusionFilter |
bool |
|
Hash/PCGObjectHash.h |
|
| MetaData |
FString |
|
Hash/PCGObjectHash.h |
|
Functions
Public