Navigation
API > API/Plugins > API/Plugins/ConcertClientSharedSlate
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void UE::ConcertClientSharedSlate::PropertyUtils::AppendAdditionalPropertiesToAdd
(
const UClass& ObjectClass, |
Special version of EnumerateAdditionalPropertiesToAdd that appends any additional properties to the same array. | Replication/Editor/Model/PropertyUtils.h | |
void UE::ConcertClientSharedSlate::PropertyUtils::AppendAdditionalPropertiesToAdd
(
const FSoftClassPath& ObjectClass, |
Replication/Editor/Model/PropertyUtils.h |
UE::ConcertClientSharedSlate::PropertyUtils::AppendAdditionalPropertiesToAdd(const UClass &, TArray< FConcertPropertyChain > &)
Description
Special version of EnumerateAdditionalPropertiesToAdd that appends any additional properties to the same array.
| Name | UE::ConcertClientSharedSlate::PropertyUtils::AppendAdditionalPropertiesToAdd |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertUI/ConcertClientSharedSlate/Source/ConcertClientSharedSlate/Public/Replication/Editor/Model/PropertyUtils.h |
| Include Path | #include "Replication/Editor/Model/PropertyUtils.h" |
namespace UE
{
namespace ConcertClientSharedSlate
{
namespace PropertyUtils
{
void UE::ConcertClientSharedSlate::PropertyUtils::AppendAdditionalPropertiesToAdd
(
const UClass & ObjectClass,
TArray < FConcertPropertyChain > & InOutPropertiesToAdd
)
}
}
}
UE::ConcertClientSharedSlate::PropertyUtils::AppendAdditionalPropertiesToAdd(const FSoftClassPath &, TArray< FConcertPropertyChain > &)
| Name | UE::ConcertClientSharedSlate::PropertyUtils::AppendAdditionalPropertiesToAdd |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertUI/ConcertClientSharedSlate/Source/ConcertClientSharedSlate/Public/Replication/Editor/Model/PropertyUtils.h |
| Include Path | #include "Replication/Editor/Model/PropertyUtils.h" |
namespace UE
{
namespace ConcertClientSharedSlate
{
namespace PropertyUtils
{
void UE::ConcertClientSharedSlate::PropertyUtils::AppendAdditionalPropertiesToAdd
(
const FSoftClassPath & ObjectClass,
TArray < FConcertPropertyChain > & InOutPropertiesToAdd
)
}
}
}